Re: [PHP-DB] Couldn't get all data using the "mysql_fetch_array" function, Pls Help!!!!

2001-08-29 Thread Andrey Hristov
while ($row= mysql_fetch_array($result,MYSQL_ASSOC)) { foreach ($row as $value){ print ("$value |"); } } - Original Message - From: "Jack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 6:16 PM Subject

[PHP-DB] Couldn't get all data using the "mysql_fetch_array" function, Pls Help!!!!

2001-08-29 Thread Jack
Dear all I was trying to fetch all the data from one of my table "leaverequest", but i couldn't fetch all the data if i use the * . here is my program, this one is only fetch the Reason field, but what i want is all the data. But can i do it like that way to get all the data? (Showing below) :