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