On Apr 3, 2007, at 1:13 PM, Mário Gamito wrote:
Hi,
Sorry for the lame question, but i didn't find a satisfactory
answer in
the web.
I have this subscribe form (subscribe.php) and on submit i have to
check
for errors:
a) password and password confirmation mismatch;
b) missing filled fie
Mário Gamito wrote:
Hi,
Of the three items you specify a and b should be handled with Javascript
in an onsubmit handler. The error messages would be generated by this
handler. Email validity would have to be handled by the web server and
your php script, usually by trying the address.
Hi,
> Of the three items you specify a and b should be handled with Javascript
> in an onsubmit handler. The error messages would be generated by this
> handler. Email validity would have to be handled by the web server and
> your php script, usually by trying the address.
I think i was misunders
Tijnema ! wrote:
On 4/3/07, Mário Gamito <[EMAIL PROTECTED]> wrote:
Hi,
Sorry for the lame question, but i didn't find a satisfactory answer in
the web.
I have this subscribe form (subscribe.php) and on submit i have to check
for errors:
a) password and password confirmation mismatch;
b) miss
Mário Gamito wrote:
Hi,
Sorry for the lame question, but i didn't find a satisfactory answer in
the web.
I have this subscribe form (subscribe.php) and on submit i have to check
for errors:
a) password and password confirmation mismatch;
b) missing filled fields
c) check e-mail validity
d) etc
On 4/3/07, Dave Goodchild <[EMAIL PROTECTED]> wrote:
Not true. You can submit the form back to itself as many times as required
by making the form action $_SERVER['PHP_SELF'] and checking for various
sequences and outputting different html in each case.
You're then leaving the page and reloadin
Not true. You can submit the form back to itself as many times as required
by making the form action $_SERVER['PHP_SELF'] and checking for various
sequences and outputting different html in each case.
On 4/3/07, Mário Gamito <[EMAIL PROTECTED]> wrote:
Hi,
Sorry for the lame question, but i didn't find a satisfactory answer in
the web.
I have this subscribe form (subscribe.php) and on submit i have to check
for errors:
a) password and password confirmation mismatch;
b) missing filled fields
Hi,
Sorry for the lame question, but i didn't find a satisfactory answer in
the web.
I have this subscribe form (subscribe.php) and on submit i have to check
for errors:
a) password and password confirmation mismatch;
b) missing filled fields
c) check e-mail validity
d) etc.
My question is how
9 matches
Mail list logo