[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.

Re: [PHP] PHP and Log Analyzers

2002-05-01 Thread Fearless Froggie
. ---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 Because of the way I'm including files and passing variables on the url I'm finding it difficult to get

Re: [PHP] PHP and Log Analyzers

2002-05-01 Thread Fearless Froggie
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 Everything is validated before it is included. The file name

[PHP] Re: Variables within variable names

2002-05-03 Thread Fearless Froggie
Once I had a bit of experience with variable variables, I found them very useful. But I did discover that you can't embed variable variables (or values from arrays) in the SQL statements I was sending to MySQL. I had to create a temporary variable for use in my SQL statements. I'm not sure why,

[PHP] HTML and Text emails

2002-05-24 Thread Fearless Froggie
Howdy, I've noticed that a number of online marketing companies now advertise the ability to send a combined HTML and Text email. The text email readers then apparently display these as text, and html email readers display these as html. I know how to send an html email, and a text email. But I