-
Storing Checkbox Data
Hi all,
I found this wonderful tutorial on how to store checkbox data in SQL, but I can't seem to get it working. I think the program isn't getting anything when it tries to run the while loop (below). Can someone have a look and confirm my suspicion? Also, how would I correct this problem?
while($row = mysql_fetch_object($qid)) {
array_push($arr, $row);
}
Here's the tutorial: http://www.phpbuilder.com/columns/la...3?print_mode=1
Thanks!
-
-
fixed it! everything is alright with the script... just had a problem with mysql connection code.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks