Re: [PHP-DB] deleting carts

2001-02-24 Thread Jorge Santos
Hi Nick, Of course it's possible. Anything is possible. Simply generate a simple PHP script that will be executed from the command line which is called from a cron. The PHP script would simple delete any records where (current date) - (your date_added) = 90 days. On the other hand, on the

Re: [PHP-DB] Oracle WinNT4/2000

2001-02-19 Thread Jorge Santos
] To: Jorge Santos [EMAIL PROTECTED] Sent: Monday, February 19, 2001 1:18 AM Subject: Re: [PHP-DB] Oracle WinNT4/2000 They won't let you upgrade the client? That sounds strange. Let them leave the server at 8.0.5 and you upgrade the Windows Oracle client to 8.1.6. That is all I was alluding to. I

Re: [PHP-DB] Oracle WinNT4/2000

2001-02-18 Thread Jorge Santos
(PHP to Oracle 8.0.5)?? Later, Jorge [EMAIL PROTECTED] - Original Message - From: Randall Barber [EMAIL PROTECTED] To: Jorge Santos [EMAIL PROTECTED] Sent: Friday, February 16, 2001 10:42 PM Subject: Re: [PHP-DB] Oracle WinNT4/2000 Try upgrading to Oracle Client 8.1.6. That was only way

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-14 Thread Jorge Santos
Hi Stas, I already tried that solution to no avail... Later, Jorge Hello, "Jorge Santos"! You wrote: $connect = OCIPLogon ("MDC", "MDC", $tns) or die ("It's not possible to connect"); Try to put "MDC6" as your 3rd parameter in OCIP

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-09 Thread Jorge Santos
PROTECTED] - Original Message - From: Steve Farmer [EMAIL PROTECTED] To: Mark Farver [EMAIL PROTECTED]; Jorge Santos [EMAIL PROTECTED] Cc: PHP-DB [EMAIL PROTECTED] Sent: Thursday, February 08, 2001 10:36 PM Subject: Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle Hi Guys, Not sure