Jump to content

Getting string data from form


umekille78

Recommended Posts

Hi!Im using a form to send a text from one page to another.Like this:

$StartText="The text that is sent.";<input type='hidden' name='message' value=$StartText>

The problem is when i use $message in the other page it only returns "The" not all of the text. I try to use the text in second form.Like this:

<input type=text size=50 name=message value=$message>

Can anyone help me figure out why I only get "The" and not the full string??/Per

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...