Yo,
I want to get a variable from the address-field, the value of that variable is: \"something+something\". The problem is that the plus (+) disapears when i collect the variable with http_get_vars, so it becomes \"something something\", which is wring! I must have the + also!
I tried with stripslashes (see code below), but it didn\'t work.
Somebody knows how i fix this?
$test = $HTTP_GET_VARS[\"artist\"];
stripslashes($test);