Jump to content

[SOLVED] If There is an error in the form echo the correct data into the input boxes


podja

Recommended Posts

That line should work and so should this

 

<input name="name" type="text" value="<?php echo $name;  ?>" />

 

So the problem must be where you assign $name from $_POST['name']

 

Are you doing it before the form?  Post the whole code if you want.

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.