Well its a registry form and i want them post there info then when they press submit it will show them there name, email and all that stuff, then i wanted to know if it is possible to submit the same info again if they press yes, without then typing out, help would be appreciated
here is a sample of my check page
[code=php]
<? echo <<<EOF
Is this you're correct information?<br >
Name: $_POST[name]<br>
Email: $_POST[email]<br>
Password length: strlen($_POST[password]);
EOF;
?>[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
here is a sample of my check page
[code=php]
<? echo <<<EOF
Is this you're correct information?<br >
Name: $_POST[name]<br>
Email: $_POST[email]<br>
Password length: strlen($_POST[password]);
EOF;
?>[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
Comment