ek Kilimajer" <[EMAIL PROTECTED]>
Sent: Thursday, June 12, 2003 4:35 PM
Subject: Re: [PHP] Vars inside an sql query [Regular expression question] -
Again
It's not working also
- Original Message -
From: "Marek Kilimajer" <[EMAIL PROTECTED]>
To: "Hate
35 PM
Subject: Re: [PHP] Vars inside an sql query [Regular expression question] -
Again
> It's not working also
>
> - Original Message -
> From: "Marek Kilimajer" <[EMAIL PROTECTED]>
> To: "Hatem Ben" <[EMAIL PROTECTED]>
> Cc: <[EM
It's not working also
- Original Message -
From: "Marek Kilimajer" <[EMAIL PROTECTED]>
To: "Hatem Ben" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, June 12, 2003 5:23 PM
Subject: Re: [PHP] Vars inside an sql query [Regular expr
ed in "query.txt"
without the kludge of having to embed the assignment of
"$fcontents" inside the file as above :-(
Have fun,
Monu
-Original Message-
From: Hatem Ben [mailto:[EMAIL PROTECTED]
Sent: 12 June 2003 14:59
To: [EMAIL PROTECTED]
Subject: [PHP] Vars ins
preg_match_all("/^('\$(.*)')/si", $fcontents,$matches);
^^
you don't allow any character between start of the string and single quote.
preg_match_all("/^.*('\$(.*)')/si", $fcontents,$matches);
Hatem Ben wrote:
I'm asking again the same question, coz i guess my question wasn't clear
I'm asking again the same question, coz i guess my question wasn't clear.
i just need to retreive vars inside query.txt, my regular expression seems to be
correct for me, but i don't find why it doesn't wrk
-- Starting query.txt
select * FROM `table` where id='$value' order by name
-- E
6 matches
Mail list logo