Hello,
Im having an issue with a variable (its a name) that is droping the last part of the name after it is passed on by a form. For example, the form shows the name in the complete form:
Kel Lee (this was pulled from the database)
but when passed the last part is dropped and only
Kel
is passed to the page that processes the information.
Should the name information be added to the database with slashes initially? or does it matter and there is something else causing the last part of the name to drop.
Thanks for the help