Lets try that again:
> <?php
>
> if ($submit) {
> if (data already in db) {
reject data;
}
else {
> commit data to db;
> }
> }
> else {
> display form with submit button named 'submit';
> }
>
> ?>
>
>
A bit of a mud map ... hope it helps
Mick
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] nested loops and PHPLIB templates paula
- Re: [PHP] nested loops and PHPLIB templates eschmid+sic
- [PHP] Script FLOW-- branching and subroutines/fun... Chris Worth
- Re: [PHP] Script FLOW-- branching and subrout... Michael Hall
- Re: [PHP] Script FLOW-- branching and sub... Michael Hall
- Re: [PHP] Script FLOW-- branching and sub... Chris Worth
- Re: [PHP] nested loops and PHPLIB templates Maxim Derkachev

