RE: FW: [PHP-DB] How to install PHP-DEV package for PDO_OCI

2006-09-18 Thread Choy, Wai Yew
Hi Chris, I did not install via RPM... I install thru' compiling the source (configure; make;make install..etc) Thanks.. -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 September 2006 3:50 PM To: Choy, Wai Yew Cc: Tom Atkinson; [email protected] Subject:

Re: FW: [PHP-DB] How to install PHP-DEV package for PDO_OCI

2006-09-18 Thread Chris
Choy, Wai Yew wrote: I get PHP 5.16 from the php.net site...Can't find a php-devel for 5.1.6 http://www.php.net/downloads.php Where did you get the RPM's from? php.net does NOT give you rpm's. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP Database Mailing List (http:

Re: [PHP-DB] Call Function On Session Destroy

2006-09-18 Thread Chris
Manoj Singh wrote: Hi Guys, I have a question. Is it possible to call any function when the session expires in PHP? I want to do some database deletions whenever the session expires. You need to set your own session handlers: http://php.net/session_set_save_handler Then you can do whatever

RE: FW: [PHP-DB] How to install PHP-DEV package for PDO_OCI

2006-09-18 Thread Choy, Wai Yew
I get PHP 5.16 from the php.net site...Can't find a php-devel for 5.1.6 http://www.php.net/downloads.php -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 September 2006 3:37 PM To: Choy, Wai Yew Cc: Tom Atkinson; [email protected] Subject: Re: FW: [PHP

Re: FW: [PHP-DB] How to install PHP-DEV package for PDO_OCI

2006-09-18 Thread Chris
Choy, Wai Yew wrote: Dear all, Not sure can someone shed some light on my problem... Thanks.. -Original Message- From: Choy, Wai Yew [mailto:[EMAIL PROTECTED] Sent: Monday, 18 September 2006 9:05 AM To: Tom Atkinson; [email protected] Subject: RE: FW: [PHP-DB] How to install PHP-

Re: [PHP-DB] local queries vs remote queries

2006-09-18 Thread Chris
Stuart Kendrick wrote: hi, i'm looking for trouble-shooting pointers, particularly around how to debug query results on one host, i have a PHP reporting tool querying a PostGres back-end. Recently (i must have changed something ... but ... i don't remember even logging into this box recently, l

RE: FW: [PHP-DB] How to install PHP-DEV package for PDO_OCI

2006-09-18 Thread Choy, Wai Yew
Dear all, Not sure can someone shed some light on my problem... Thanks.. -Original Message- From: Choy, Wai Yew [mailto:[EMAIL PROTECTED] Sent: Monday, 18 September 2006 9:05 AM To: Tom Atkinson; [email protected] Subject: RE: FW: [PHP-DB] How to install PHP-DEV package for PDO_OCI

[PHP-DB] ViewSonic VX724

2006-09-18 Thread Ron Piggott (PHP)
I realized this is off topic; I am not sure where I would look online. Today I purchased a VX724 LCD monitor for my computer. I am running Fedora Core (Linux). I am not sure where I would find a driver for my monitor. ViewSonic's tech support told me they don't support the monitor directly an

[PHP-DB] Re: searching through a string

2006-09-18 Thread Kae Verens
Ron Piggott (PHP) wrote: If $file_name includes the path /path/to/file/file_name.pdf is there anyway of searching from the right hand side to the left and getting the file name out the $file_name variable? The file name starts the character following the last / this should do it. $filename=pre

Re: [PHP-DB] Compare a given value with multiple values field

2006-09-18 Thread Kae Verens
Hassan wrote: I guess this is this closest, but apparently in this case if the "3" at the beginning doesn't exact, and even using LIKE '%3,%' (removing the first comma) would match an entry like 33, ! I need a better solution, does mysql have something similar to explode() in PHP? if i