| 
 Posted by NC on 06/16/07 11:31 
Rainer Wiener wrote: 
> 
> When I pass a variable e.g. action= I2OSg2/49FeviZi4PjUm+w== 
> across the url and into a php program it is coming in to the program 
> as I2OSg2/49FeviZi4PjUm w==  instead of 
> I2OSg2/49FeviZi4PjUm+w== i.e. the '+' 
> symbol is now being interpreted as a space. 
 
This is perfectly normal.  Since URLs are not allowed to contain 
spaces, most browsers replace them with "+" signs.  You need to make 
sure that you urlencode() your variables.  
 
Cheers,  
NC
 
  
Navigation:
[Reply to this message] 
 |