I am new to php coding and website design. I was eondering if anyone could help me figure something out.
Okay so I have a dynamic website that prints the info in the database out with checkboxes next to it. When a user checks the boxes and press the submit button, they should disapper from the page and then they should be stored in another database that assigns a different primary key.
I'm figuring that I need to use a if...else statement as well as some type of loop. Any other help would be greatly appreciated!
Okay so I have a dynamic website that prints the info in the database out with checkboxes next to it. When a user checks the boxes and press the submit button, they should disapper from the page and then they should be stored in another database that assigns a different primary key.
I'm figuring that I need to use a if...else statement as well as some type of loop. Any other help would be greatly appreciated!
-
Re: Please Help!!
Fri, July 27, 2007 - 7:49 AMYou should buy a book for php-beginners and learn the basics.
There is no more help I could offer you, unless your questions are getting more specific. sorry. -
-
Re: Please Help!!
Fri, July 27, 2007 - 9:12 AMIll second... that.
There are about a million different ways you could implement something like that... we could throw out options all day but if you dont know how the benefits and liabilities of each option pan out in relation to you your overall project its kind of pointless.
-