I'm working on a php data loads project that will require some extended run
times and I wish to monitor progress. I created a table in a mysql database
such that at certain intervals the process will update the table. I've written
a second php script which upon a button click is suppose to read
I'm working on a php data load project that will require some extended run
times and I wish to monitor progress. I created a table in a mysql database
such that at certain intervals the process will update the table. I've written
a second php script which upon a button click is suppose to re
Try after your line "$result = ifs_query"
$row=mysql_fetch_assoc($result);
$first_name=$row[caa44340041];
$last_name=$row[caa442400042];
Below should work if you have multiple rows returned in the query and building
a list box -
while ($row=mysql_fetch_assoc($result))
{
echo "