PHP Classes

php mysql associative array with for loo[

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  php mysql associative array with for...  
Subject:php mysql associative array with for...
Summary:associative array is not working in for loop
Messages:1
Author:sureshbalaji
Date:2013-03-13 14:53:23
Update:2013-03-14 03:37:36
 

  1. php mysql associative array with for...   Reply   Report abuse  
Picture of sureshbalaji sureshbalaji - 2013-03-14 03:37:36
Am doing status board project with our php mysql ajax. with the drop down box five options are there 1). completed, 2). On Process, 3). scheduled ect. if the user select any option means that will update the database.
Associative array is not working in for loop.
i just select the data's from database. there is 23 fields... each fields have drop down list with five options. If the DB value is 1 means then completed option will be selected.