dingleberry
Programmer
Hey Perhaps someone out there knows the answer to this cause I'm a little stumped.
If I'm passing variables between scripts using the url like
$var="hi";
$var2="hi2";
however if
$var="hi Dan"
$var2="hi 2 Dan"
only carries
and that's it. Does anyone know how to force the url to carry the whole string? I've tried
but then I only get
Thanks in advance.
Dan
If I'm passing variables between scripts using the url like
$var="hi";
$var2="hi2";
however if
$var="hi Dan"
$var2="hi 2 Dan"
only carries
and that's it. Does anyone know how to force the url to carry the whole string? I've tried
but then I only get
Thanks in advance.
Dan