Re: [PHP] 'echo' and 'html_decode'

2004-07-21 Thread Matthew Sims
> Matthew Sims wrote: >>>I'm trying to use html_decode with the echo function but failed so far. >>> >>> >>> >>>What would be the correct syntax? >>> >>>TIA >> >> >> You should read up on how to use mysql_result properly. Read through the >> user comments for tips. >> >> http://us2.php.net/manual/

Re: [PHP] 'echo' and 'html_decode'

2004-07-21 Thread Daniel Kullik
Matthew Sims wrote: I'm trying to use html_decode with the echo function but failed so far. What would be the correct syntax? TIA You should read up on how to use mysql_result properly. Read through the user comments for tips. http://us2.php.net/manual/en/function.mysql-result.php For example: $

Re: [PHP] 'echo' and 'html_decode'

2004-07-21 Thread Matthew Sims
> I'm trying to use html_decode with the echo function but failed so far. > > > > What would be the correct syntax? > > TIA You should read up on how to use mysql_result properly. Read through the user comments for tips. http://us2.php.net/manual/en/function.mysql-result.php For example: $que

Re: [PHP] "echo" and "html_decode"

2004-07-21 Thread John W. Holmes
Karl-Heinz Schulz wrote: I'm trying to use html_decode with the echo function but failed so far. What would be the correct syntax? Huh? I don't see "html_decode" anywhere and the function is html_entity_decode(), anyhow. If you want to run the above through the function, then: Otherwise we'll

[PHP] "echo" and "html_decode"

2004-07-21 Thread Karl-Heinz Schulz
I'm trying to use html_decode with the echo function but failed so far. What would be the correct syntax? TIA Tracking #: 2F5B92054B5DBF4C990F63F9BA3F99A0558671EB -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php