Jump to content

[SOLVED] Help with this form?


ballhogjoni

Recommended Posts

That's because you are not enclosing the value within quotes. When HTML is parsing parameters within a tag if the value is not enclosed in quotes it interprets the first space as being the end of the value. Try this:

 

<input type="hidden" value="<?=$_POST['STREET1']?>" name="STREET1">

That's because you are not enclosing the value within quotes. When HTML is parsing parameters within a tag if the value is not enclosed in quotes it interprets the first space as being the end of the value. Try this:

 

<input type="hidden" value="<?=$_POST['STREET1']?>" name="STREET1">

 

u got some sharp eyes man  ;)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.