>-----Original Message-----
>From: Web user [mailto:[EMAIL PROTECTED]]
>Sent: 30 September 2001 22:15
>To: [EMAIL PROTECTED]
>Subject: [PHP-DB] Re: mysql_fetch_array() doesn't work

[snip]

>It only works when  the $arr['user_id'] is out of the quotes.
>echo "<tr><td><a href=\"profile.php?id=".$arr['user_id']."\"
>target='_top'>";
>then IE showed no error any longer.
>
>So I have to let all $arr['key']  out of the quotes, then the scripts are
>Ok.
>
>Regards
>Mike


No need for quotes anyway:

$arr[key]

works just fine :)


regards
-- 
Jason Wong
Gremlins Associates
www.gremlins.com.hk
Tel: +852-2573-5033
Fax: +852-2573-5851


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to