Re: [PHP] PHP and Log Analyzers

2002-05-02 Thread Miguel Cruz
W. Holmes wrote: > What about, like I said, using a POST method on your forms? > > ---John Holmes... > > - Original Message - > From: "Fearless Froggie" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 01, 2002 3:51 PM >

Re: [PHP] PHP and Log Analyzers

2002-05-01 Thread Fearless Froggie
re you don't want to transfer information via the url (ie GET) and you don't have a submit button to send it via POST. Thanks, Rita Mikusch List: php-general Subject: Re: [PHP] PHP and Log Analyzers From: "1LT John W. Holmes" <[EMAIL PROTECTED]> Date: 2002-05-

Re: [PHP] PHP and Log Analyzers

2002-05-01 Thread 1LT John W. Holmes
What about, like I said, using a POST method on your forms? ---John Holmes... - Original Message - From: "Fearless Froggie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 3:51 PM Subject: Re: [PHP] PHP and Log Analyzers > Everythi

Re: [PHP] PHP and Log Analyzers

2002-05-01 Thread Fearless Froggie
x27;s really easy to do create things that can get you into a lot of trouble. I'm always grateful for any security warnings and information. Thanks, Rita Mikusch List: php-general Subject: Re: [PHP] PHP and Log Analyzers From: "1LT John W. Holmes" <[EMAIL PROTECTED]>

Re: [PHP] PHP and Log Analyzers

2002-05-01 Thread 1LT John W. Holmes
for your forms. Then the variables won't show up in the URL. ---John Holmes... - Original Message - From: "Fearless Froggie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 2:04 PM Subject: [PHP] PHP and Log Analyzers > Becau

[PHP] PHP and Log Analyzers

2002-05-01 Thread Fearless Froggie
Because of the way I'm including files and passing variables on the url I'm finding it difficult to get the information I need from my log analyzer (I'm using an older version of Web Trends). I thought I'd email the list and see if anybody else has had the same problem and has found a solution. O