Hi there everyone, How do I strip " from a string? Actually, I need to change it to a legal char so I can send it via the URL. $url4 = str_replace("/"", ".", $url4); Tried the above but there's something wrong? Any help would be appreciated :-) Chris -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php