RE: [PHP-DB] Echo with extra characters

2003-01-20 Thread Boaz Yahav
In case the string is always "Language" you can use : $mainarea = substr($mainarea,2,8); If not, than you need Regexps berber -Original Message- From: Alex Francis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 4:41 PM To: [EMAIL PROTECTED] Subject: [PHP-DB]

[PHP-DB] Echo with extra characters

2003-01-08 Thread Alex Francis
I have the following code in my page as a header. When I echo $mainarea I get \'Language\'. I think it is something to do with my quotation marks but need some help. How do I get rid of the ' and \ so that I am left with my variable?. -- PHP Database Mailing List (http://www.php.net/) To