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
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 -
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 Ki
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
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."',
'".$Addres
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 PASSWORD.
6 matches
Mail list logo