> -Original Message-
> From: Paul Wallace [mailto:[EMAIL PROTECTED]]
> Sent: 11 January 2002 09:42
>
> about%20this%20forum
>
> And so on for subsequent space characters. In the past I have
> had to remove
> '%20' output using 'unescape' when scripting with Javascript.
> What is the
Hello,
To read a database field with space characters in it from a MySQL
database, and out put that result in HTML I have the PHP:
$topic_description
I get the HTML output as:
about%20this%20forum
And so on for subsequent space characters. In the past I have had to remove
'%20' output usi