RE: [PHP-WIN] unescape

2002-01-11 Thread Ford, Mike [LSS]
> -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

[PHP-WIN] unescape

2002-01-11 Thread Paul Wallace
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