[PHP] Using PHP to process forms

2001-02-12 Thread Don
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://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] Using PHP to process forms

2001-02-12 Thread Joe Stump
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

[PHP] re:[PHP]Using PHP to process forms

2001-02-12 Thread Sean Kennedy
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 -- html body form action="your_phpscript.php" method="post" What's your name input n

RE: [PHP] re:[PHP]Using PHP to process forms

2001-02-12 Thread Jeff Oien
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

RE: [PHP] Using PHP to process forms

2001-02-12 Thread Maxim Maletsky
--Original Message- From: Don [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 6:55 AM To: php list Subject: [PHP] Using PHP to process forms 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 w

Re: [PHP] Using PHP to process forms

2001-02-12 Thread Ankur Verma
most of your doubts. regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Don" [EMAIL PROTECTED] To: "php list" [EMAIL PROTECTED] Sent: Tuesday, February 13, 2001 3:24 AM Subject: [PHP] Using PHP to process forms Does