http://www.thickbook.com/extra/index.phtml
Jeff Oien
> Does anyone have examples of using PHP to process forms? I'd also like
> to know if I can embed the code in my html file or do I have to write a
> CGI server side script to do it?
>
> Thanks,
> Don
>
--
PHP General Mailing List (http://w
> Does anyone have examples of using PHP to process forms? I'd also like
> to know if I can embed the code in my html file or do I have to write a
> CGI server side script to do it?
>
> Thanks,
> Don
Here's a form processor :
foreach ($HTTP_POST_VARS as $key => $value) {
print "$k
Does anyone have examples of using PHP to process forms? I'd also like
to know if I can embed the code in my html file or do I have to write a
CGI server side script to do it?
Thanks,
Don
--
What's your name
When the submit button is pressed, the value of the some_name input field is
3 matches
Mail list logo