User Profile

Collapse

Profile Sidebar

Collapse
Gyro
Gyro
Last Activity: Apr 26 '07, 08:50 PM
Joined: Apr 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Gyro
    replied to Problems populating form select list dynamically
    in PHP
    Well I managed to solve it...

    Used while ($eachitem = mysqli_fetch_ar ray($select_fie ld)) where $select_field is equated to the query result! then accessing $eachitem[0] gives me the values I want.

    Cool
    thanks for reading!!
    See more | Go to post

    Leave a comment:


  • Gyro
    started a topic Problems populating form select list dynamically
    in PHP

    Problems populating form select list dynamically

    Hi all, I'm a php newbie and have read various posts/articles on populating select lists dynamically from a db table. However, I cant seem to get it working in the way I want...

    I have 3 select lists on a form and want to use a single piece of code to display each one by passing the relevant query to the code. My problem is that I dont know which mysql_fetch command to use because I cannot access each item by name only number (as the...
    See more | Go to post
No activity results to display
Show More
Working...