The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Just one question about the addslashes(); and stripslashes(); function.
When I use the addslashes($Message); to look into the String and add the to any " or ' that might be present, instead of getting just the one slash, I get 3.
When using the stripslashes($Message); to remove the from any " or ' that might be present, I am still left with one remaining slash.
Does anyone know why this is the case. I've completly forgoten how to get around this??
Thanks.
Thanks Rob.
Just one question about the addslashes(); and stripslashes(); function.
When I use the addslashes($Message); to look into the String and add the to any " or ' that might be present, instead of getting just the one slash, I get 3.
When using the stripslashes($Message); to remove the from any " or ' that might be present, I am still left with one remaining slash.
Does anyone know why this is the case. I've completly forgoten how to get around this??
Thanks.