Jump to content

Form Handling?????


gautamphp

Recommended Posts

welll - it SHOULD be...

 

<form action ="b.php" method="post">

<fieldset>

<legend>Details</legend>

<label for="name">Name</label><input type="text" name="name">

<label for="email">Email</label><input type="text" email="email">

<input type="submit" name="submit" value="submit">

</fieldset>

</form>

 

I oft use a <p> or <div> tag around my label - input pairs to keep them together - sometimes <br /> but even I frown at myself then....

 

really shoudl do a good css tutorial on styling forms...

Link to comment
https://forums.phpfreaks.com/topic/67748-form-handling/#findComment-340358
Share on other sites

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.