I use this code to retrieve a name from a previous form
$full_name = $_POST["full_name"];
but i have a problem if the name has a space
i.e. "John Smith" would only return "John"
I am retrieving this from a select box.
Thanks in advance
Daniel.
I am using this code to populate the drop down from the DB
print "\t<OPTION value=$surname $forename>$surname $forename</option>\n";
Do u know if it is possible to put in the quotes without upsetting the print operation ??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.