[PHP-DB] Re: database update question

2002-11-15 Thread Coert Metz
You can let PHP create all the update Statements into a while loop. Or is that wat you don't want to do? Coert Chip Wiegand wrote: I have a database with several hundred entries of file names that end with .pdf. I have converted all those docs to .zip, now I need to change all the entries in the

Re: [PHP-DB] upload data to MySql

2002-11-14 Thread Coert Metz
Hi Never forget to include enctype="multipart/form-data" into your formtag Bye Coert Jason Wong wrote: On Thursday 14 November 2002 04:47, Seabird wrote: Hi everyone, I don't get my upload to work properly. It's a tutorial of the web, but it doesn't function (unless I made a mistake). HO

[PHP-DB] Re: First Script

2002-05-20 Thread Coert Metz
I don't know how mysql_fetch_array() works. I think you have to handle this by yourself by putting something in the loop. You can also make a query for it (SELECT sum(*) FROM time) Coert "César l . aracena" <[EMAIL PROTECTED]> schreef in bericht 002901c1feed$5695b2c0$94c405c8@gateway">news:00290

[PHP-DB] Re: First Script

2002-05-18 Thread Coert Metz
then can do something like: while (list ($id, $date, $time) = mysql_fetch_row ($result) and then skip the $id = $row[0] and so on. If the time isn't in seconds you have to apply some functions to calculate te total correctly Success!! Coert Metz ps. My excuses when my English doesn