Request for help
Date: 03/25/06
(PHP Community) Keywords: mysql, database, sql, web
Hi All..
I'm working on a script that will allow admins on my website to update events.
Basically what will happen (if I can get this to work) is the user will use some checkboxes on
page1 that will submit the id#'s to page2. I'm streaming the id#'s into page2 as an array, where the information will be edited, and then submitted as an UPDATE statement to the database in page3 (I've confirmed the values are transmitting)
The problem is on page 2, where the data should get called, I'm getting an error:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
For simplicities sake, I've
I've put the relevant code up at http://pastebin.com/622150 (Livejounal tends to eat code)
If someone could take a look and tell me what I'm doing wrong or point me in the wrong direction then I'd be very appreciative.
Source: http://community.livejournal.com/php/430883.html