Results 1 to 2 of 2

Thread: Storing Checkbox Data

  1. #1
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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!

  2. #2
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    fixed it! everything is alright with the script... just had a problem with mysql connection code.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •