you can get a very good tutorials to start up with php at www.devshed.com
and http://www.webmonkey.com
take a look at them to start up with php.
you can embed the php code in your HTML file and need not write a cgi script
to do so. I am sure these tutorials will get you up and running and clear
hm... dunno how to answer ..
Yes you can process forms,
and you don't necessarily need any CGI to do that...
you know what?... Search on Goolge how to do it, or download and install
some relatively light PHP software and try to see it "deep inside"
Cheers,
Maxim Maletsky
-Original M
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
These are really basic functions of PHP and you should probably start out
with some of the beginner tutorials found on php.net
--Joe
On Mon, Feb 12, 2001 at 04:54:30PM -0500, Don wrote:
> Does anyone have examples of using PHP to process forms? I'd also like
> to know if I can embed the code in
6 matches
Mail list logo