RE: Re: PHP and table/view names with '$'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Escape the embedded single quotes i.e. 

$stmt = OCIParse($conn, 'SELECT * FROM v$sql WHERE 
INSTR(SQL_TEXT,\'something\')>0');

Neil

-----Original Message-----
From: Mark Casson [mailto:confused@xxxxxxxxxxx] 
Sent: 23 April 2009 12:10
To: php-db@xxxxxxxxxxxxx
Subject:  Re: PHP and table/view names with '$'

Hi,

Of course, the next problem is that i want to specify a line to find:

$stmt = OCIParse($conn, 'SELECT * FROM v$sql WHERE 
INSTR(SQL_TEXT,'something')>0');

and i seem to have to use single quotes in the INSTR function.

Is there an alternative way to deal with that?

Thanks again

Mark

""Mark Casson"" <confused@xxxxxxxxxxx> wrote in message 
news:89.4E.33545.C2D30F94@xxxxxxxxxxxxxxx
> Hi,
>
> I am trying to access some of the v$ views using php on iis, with
admin 
> privileges.
>
> However, using:
>
> $stmt = OCIParse($conn, "SELECT * FROM v$sql");
>
> gives me this error:
>
> PHP Notice: undefined variable: sql . . .
>
> Is there a way around this?
>
> Thanks
>
> Mark
> 



-- 
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



[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux