Posted by Rik on 06/16/07 12:55
On Sat, 16 Jun 2007 13:14:20 +0200, Jean Pierre Daviau <Once@WasEno.ugh>=
=
wrote:
> <form action=3D"<?php bureaudeposte($laius, $passe); ?>">
Nope, this is not how it works.
<form action=3D"<?php echo $SERVER['PHP_SELF']; ?>" method=3D"post">
The 'action' attribute is where the form posts it's contents to, it's no=
t =
a php function to be executed on the click.
-- =
Rik Wasmus
[Back to original message]
|