php - Pass symbols in GET variable -


when pass long string along #'s , +'s seem disappear in $_get variable, how can make them not disappear? have tried escaping string yet doesn't help.

you want utilize urlencode function.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -