[PHP] newbie configuration question

2002-04-05 Thread Eric Kilgore
I'm a newbie to Linux and Apache, not so new to php itself. I'm using Red Hat 7.2. The RPM installs apache with php, etc. as part of the standard install but --without-mysql in the configuration. I've read quit a bit on how you are supposed to be able to update the configuration etc. ./configure

RE: [PHP] newbie configuration question

2002-04-05 Thread Eric Kilgore
April 2002 11:12, Eric Kilgore wrote: I'm a newbie to Linux and Apache, not so new to php itself. I'm using Red Hat 7.2. The RPM installs apache with php, etc. as part of the standard install but --without-mysql in the configuration. I've read quit a bit on how you are supposed to be able to update

[PHP] Can you find the parse error?

2002-03-29 Thread Eric Kilgore
What's wrong with this code that it would give this error? Parse error: parse error, expecting `','' or `';'' $query = INSERT INTO tblUserInfo (UserID, Complex, Contact, Address, State, City, Zip, Phone, Fax, email, fee) VALUES ('.$UserID.', '.$Complex.', '.$Contact.', '.$Address.',

RE: [PHP] Can you find the parse error?

2002-03-29 Thread Eric Kilgore
There are a couple of carriage returns, but this has never affected any of my other code. I'm using dreamweaver. -Original Message- From: Henning, Brian [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 1:55 PM To: 'Eric Kilgore' Subject: RE: [PHP] Can you find the parse error

RE: [PHP] Can you find the parse error?

2002-03-29 Thread Eric Kilgore
Good to know I'm not going crazy. I found the error in the previous function. I failed to end an echo statement and the next quote on that page was this statement. Doh. -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 2:08 PM To: Eric Kilgore

[PHP] posting without a from

2002-03-14 Thread Eric Kilgore
I am trying to post to another server without a form. The input is from a form on my server. I log the entry in MySQL and then pass the input to this function to open the connection and return a query result. The post to the other server requires authentication in the form of USERID and