RE: [PHP-WIN] newbie form question..

2003-01-24 Thread paradiddles
Warren, that was it! I wasn't envoking the form from the 'local host'. Instead I was browsing the c drive. Now I can see the text w/in the php echo tag. Thanks again for the help guys- Patrick "forget your lust for the rich man's gold. All that you need, is in your soul. Yo

RE: [PHP-WIN] newbie form question..

2003-01-24 Thread Rich Gray
details on how to configure apache on win32... Rich -Original Message- From: paradiddles [mailto:[EMAIL PROTECTED]] Sent: 24 January 2003 12:31 To: Rich Gray Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] newbie form question.. Rich, thanks for your response. I've tried using the

RE: [PHP-WIN] newbie form question..

2003-01-24 Thread Warren Vail
26 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] newbie form question.. I just created a simple html form and a .php file as a test to be sure php is working right. All I want the form to do is test the echo construct (which prints the text between the opening and closing php tags) to be sure m

RE: [PHP-WIN] newbie form question..

2003-01-24 Thread paradiddles
Rich, thanks for your response. I've tried using the

RE: [PHP-WIN] newbie form question..

2003-01-24 Thread Rich Gray
January 2003 17:26 To: [EMAIL PROTECTED] Subject: [PHP-WIN] newbie form question.. I just created a simple html form and a .php file as a test to be sure php is working right. All I want the form to do is test the echo construct (which prints the text between the opening and closing php tags) to be

RE: [PHP-WIN] newbie form question..

2003-01-24 Thread Asendorf, John
essage- > From: paradiddles [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 24, 2003 12:26 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] newbie form question.. > > > > I just created a simple html form and a .php file as a test > to be sure php is working right.

[PHP-WIN] newbie form question..

2003-01-24 Thread paradiddles
I just created a simple html form and a .php file as a test to be sure php is working right. All I want the form to do is test the echo construct (which prints the text between the opening and closing php tags) to be sure my php interpreter is working right. The line in my html form used to i

Re: [PHP-WIN] Newbie Form Question

2002-12-17 Thread Joseph W. Goff
Just follow something along these lines: - Original Message - From: "Jerry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 1:57 PM Subject: [PHP-WIN] Newbie Form Question > Hi All, > > I was playing around creating a

RE: [PHP-WIN] Newbie Form Question

2002-12-17 Thread Sterling Anderson
Systems Analyst email: [EMAIL PROTECTED] Heartland Business Systems http://www.hbs.net -Original Message- From: Jerry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 1:58 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Newbie Form Question Hi All, I was

[PHP-WIN] Newbie Form Question

2002-12-17 Thread Jerry
Hi All, I was playing around creating a simple Form for testing simple subtraction. Two variables with random numbers that are displayed and a text box for the user to enter the answer. random number - random number = "textbox here" "Submit Button Here" I test to see if the answer the user typed