[snip]
I have the SQL statement which store in $str variable as shown below
:
How to get the '%WS-X5225R%' from $str variable ?
$str = " SELECT DISTINCT(tbl_chassis.serial_no),tbl_card.card_model, ";
"tbl_chassis.host_name,tbl_chassis.chasis_model,tbl_chassis.country,";
"tbl_chassis.city,tb
Hi all ,
I am using PHP 4.3.2 , MYSQL database and Red Hat Entreprise OS.
I have the SQL statement which store in $str variable as shown below :
How to get the '%WS-X5225R%' from $str variable ?
$str = " SELECT DISTINCT(tbl_chassis.serial_no),tbl_card.card_model, ";
"tbl_chassis.host_
CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
- Original Message -
From: "Mike" <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Monday, February 19, 2001 3:23 PM
Subject: [PHP] String problem
> I get this error Parse
In article <96s2sj$46a$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
("Mike") wrote:
> I get this error Parse error: parse error, expecting `']'' in
> /on this.
>
> $Q= "Update $HTTP_POST_VARS[$keys[1]] Set $updateString Where $keys[0]
> =$HTTP_POST_VARS[$keys[0]]";
Try:
$Q= "Update $HTTP_
I get this error Parse error: parse error, expecting `']'' in
/on this.
$Q= "Update $HTTP_POST_VARS[$keys[1]] Set $updateString Where $keys[0]
=$HTTP_POST_VARS[$keys[0]]";
all my brackets are closed
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
5 matches
Mail list logo