helpcomm
09-17-2008, 09:57 AM
Hi,
say i have a variable $str as follows
$str = "\"hello\"";
so the content of str will be "hello" with the double quotes.
What shoud i do to remove the quotes?
Thanks
say i have a variable $str as follows
$str = "\"hello\"";
so the content of str will be "hello" with the double quotes.
What shoud i do to remove the quotes?
Thanks