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:
<td>$topic_description</td> 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 using 'unescape' when scripting with Javascript. What is the PHP equivalent to unescape to remove space characters (%20) in HTML output, extracted from DBs? My 'Bible' has no apparent entry for this. Many thanks Paul. -- PHP Windows 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]