Re: mysql +php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



try to be more specific, i can help you, you have a error in your code :


while ($row=mysql_fetch_row($result)) //retrieve a row and store in array $row
{
for($i=0; $i<mysql_num_fields($result);$i++) //
echo ("<A HREF= "$row[$i]">"); // --> echo ("<A HREF='{$row[$i]}'>");

any way this is not the way to do that you want.
 
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux