Jump to content

[SOLVED] checkbox


ilikephp

Recommended Posts

Sorry for not clarifiying!

 

I meant that for the field name: when I enter a name, and I click submit or accept, I need to see my form again, so the names are not erased because I put:

 

<input type="text" name="name" value="<?php if (isset($_POST['name'])) echo $_POST['name']; ?>">

 

I need to do the same for the checkboxes.

Link to comment
https://forums.phpfreaks.com/topic/158916-solved-checkbox/#findComment-838128
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.