How to retrieve values from Database
Posted: Tue Oct 14, 2008 8:10 am
Hello ,
How to retrieve values from database without whileloop
Thanks
Swamy
How to retrieve values from database without whileloop
Thanks
Swamy
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$result=mysql_query("SELCECT blah blah blah");
$row=mysql_fetch_array($result);
Please explain what you want to do.swamyt wrote:Hello ,
How to retrieve values from database without whileloop
Thanks
Swamy