[PHP-WIN] dynamic page caching help using php

2006-12-12 Thread Harpreet
No replies. Can some one recommend where I can get more info on this topic. Thanks -Original Message- From: Harpreet [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 11:08 PM To: php-windows@lists.php.net Subject: [PHP-WIN] dynamic page caching help I have a search

Re: [PHP-WIN] dynamic page caching help

2006-12-12 Thread Stut
Harpreet wrote: No replies. Can some one recommend where I can get more info on this topic. Read up on sessions. Stick the search terms and results in the session. If the search terms don't match those in the session, do the search and store the terms and results back into the session. Did

RE: [PHP-WIN] dynamic page caching help

2006-12-12 Thread Harpreet
No replies. Can some one recommend where I can get more info on this topic. Thanks -Original Message- From: Harpreet [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 11:08 PM To: php-windows@lists.php.net Subject: [PHP-WIN] dynamic page caching help I have a search page that re

Re: [PHP-WIN] Class method unavailable on server

2006-12-12 Thread Stut
Niel Archer wrote: I have a class extending another, both saved in separate files. When using them from a 'control' file through CLI, I have no problems. But accessing through a web server causes a 'Call to undefined method' fatal error. The method in question is in the parent class and can't

[PHP-WIN] Class method unavailable on server

2006-12-12 Thread Niel Archer
Hi all, I have a class extending another, both saved in separate files. When using them from a 'control' file through CLI, I have no problems. But accessing through a web server causes a 'Call to undefined method' fatal error. The method in question is in the parent class and can't be accessed

[PHP-WIN] PHP, COM, and Date Type

2006-12-12 Thread James Van Lommel
I need help converting a PHP variable to a Date type for a COM function parameter. (Yes, I know PHP has weak typing... that's the problem.) Passing a value to the COM object's function (CrystalReports XI ParameterField -> AddCurrentValue(), if that matters to you) works if the object is expecting