[PHP] Re: Need row number from database select

2002-04-14 Thread John Simpson
If you know you're looking for Bob or Mike or John, you could select the rows each time in your loop as an associative array. mysql_fetch_array(result, MYSQL_ASSOC) will do the trick. Sp [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... If this is my database

[PHP] Can PHP thread?

2002-05-30 Thread John Simpson
Just wondering if it can thread and if there are any examples of code on the web. Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: File Path - Which way is better ?

2002-05-30 Thread John Simpson
I personally use relative paths unless I am accessing a different server. I don't think there's a bad or good way for doing this. Manisha [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am using file to read / write data. When I give file path I can give it in