[PHP-WIN] Monitoring one PHP script with another via mysql table

2006-12-07 Thread tclorenzted
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

[PHP-WIN] Monitoring one PHP script with another via mysql table

2006-12-08 Thread tclorenzted
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

Re: [PHP-WIN] Variables

2006-12-08 Thread tclorenzted
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 "