Forget that guys, thanks again. I actually used $userdatas idea, i sent the varible with _ using; $usename = str_replace(" " , "_" , $usename); then on the other page, i changed it back using: $usename = str_replace("_" , " " , $usename); Thanks for your help ...