I've been trying to pass variables from one script to the next. they originate from a form and are passed to a php script with no problem. I then need to pass them to a new php script using hidden fields ie:
echo "<input type=hidden name=name value=$name>";
the variables are passed, but for some reason they are truncated at the first space. ie: mike rogers, only mike will be passed on. any help would be appreciated. thanks