Jump to content

Showing extra fiels


jonnyw6969

Recommended Posts

If you are aware of Programming then my simple suggestion will make you life easy

i.e

<form name='frm' action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">

 

$_SERVER['PHP_SELF'] will post the form to the same page and you can recognize weather form is submitted or not.If you don't want to do this in PHP then you can also work with help of javascript.

 

Regards

Link to comment
https://forums.phpfreaks.com/topic/92063-showing-extra-fiels/#findComment-471473
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.