Hi Michael,

If you use a form then all elements of the form (text-boxes, checkboxex
etc.) automatically exist as variables in the file which ist specified as
action of the form. To use it in the way you want it might be the right way
to specifiy the file, which contains the form, itself as action ( e.g. <form
action=<?php echo $PHP_SELF ?>>)

Robert
"Michael McNeice" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi
>
> How do i use a form button to call a php function?
>
> Thanks
>
>
>
>



-- 
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]

Reply via email to