RE: [PHP-DB] T_String?

2003-06-11 Thread Matthew Moldvan
The function mysql_query() expects a string, so you have to put select ...
in quote for it to be considered one string, instead of 4.

Have fun,
Matt.

-Original Message-
From: Jorge L. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 10, 2003 10:26 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] T_String?


I am getting the following error:
Parse error: parse error, unexpected T_STRING in C:\Program Files\Apache 
Group\Apache2\htdocs\view.php on line 4

On line:
$result = mysql_query(select * from guestbook) or die (mysql_error());

And I have no idea where the T_STRING is coming from. I know this is 
probably some little detail that I am over looking, but I would appreciate 
any help.

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] T_String?

2003-06-10 Thread Jorge L.
I am getting the following error:
Parse error: parse error, unexpected T_STRING in C:\Program Files\Apache 
Group\Apache2\htdocs\view.php on line 4

On line:
$result = mysql_query(select * from guestbook) or die (mysql_error());
And I have no idea where the T_STRING is coming from. I know this is 
probably some little detail that I am over looking, but I would appreciate 
any help.

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DB] T_String?

2003-06-10 Thread Leif K-Brooks
The little detail is the lack of quotes around your query.

Jorge L. wrote:

I am getting the following error:
Parse error: parse error, unexpected T_STRING in C:\Program 
Files\Apache Group\Apache2\htdocs\view.php on line 4

On line:
$result = mysql_query(select * from guestbook) or die (mysql_error());
And I have no idea where the T_STRING is coming from. I know this is 
probably some little detail that I am over looking, but I would 
appreciate any help.

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt 
to decrypt it will be prosecuted to the full extent of the law.


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php