Hi!
I have a system that adds links to a database. You enter the number of links you add to the database, it uses a loop to create form boxes.
The only trouble is, making the insert into the database.
How would u do it?
I hope this is what you are looking for.... It's a tutorial for introduction to SQL... it contain source of what i think you are looking for:
[url]http://truti.com/index.php?center=./articles/php_mysql.php [/url]
Ahh forgot it was in danish!!!!
but take a look at the highlighted source :-)
and the right url: http://truti.com/index.php?center=./articles/php_mysql.php
I know mysql!
It's just I want to execute a query depending on how many "form boxes" there are. The trouble is the query "tags" such as "$query" aren't numbered. Also, because the textboxes are generated the names are also different.
It is all too complex