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
One rather key question, are you invoking your form through your web server? or are you accessing the file directly? One way to access the file directly (which you don't want to do) is to use a file reference to browse and find the file on your C: drive. You should be accessing the first file thr

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
you are not echoing a variable so register_globals set to On will have no effect in this case (I would switch it back Off as it will be more secure and you should get used to coding that way)... Do you see any errors in the server log? Does it work if you use mailto:[EMAIL PROTECTED]] Sent: 24 Janu

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

2003-01-24 Thread Asendorf, John
I doubt that it's a globals problem since it doesn't look like you're even checking any php variables. Perhaps try http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum ingenium sine mixtura dementiae fuit > -Original Message- > From: par

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 simple Form for testing simple subtracti

RE: [PHP-WIN] Newbie Form Question

2002-12-17 Thread Sterling Anderson
Put a hidden field in your form: .. Then at the top of you page put something like: So now the form will have to be submitted before the calculations are done. Thought I am sure there are other ways. ___ Sterling Anderson Sys