Re: [PHP] OPINIONS wanted - xml-DOM-xsl + php

2003-08-14 Thread Analysis Solutions
On Wed, Aug 13, 2003 at 11:44:18PM +0200, Thomas Hochstetter wrote: Are there plans to make the xml-DOM-xsl combination standard in future releases of php (version 5)? The .dlls are there. A person involved with the development recently said that in PHP 5 The DOM, SAX, XPath, Schema and any

Re: [PHP] OPINIONS wanted - xml-DOM-xsl + php

2003-08-14 Thread [EMAIL PROTECTED]
Hello, The reluctance to install DOM and XSL might be due to the fact that they tend to use a little bit more of processor and memory than other modules. But then again you can say the same about a join on a really big mysql table. :-) SAX on the other hand tends to be leaner and meaner so you

RE: [PHP] Opinions Wanted

2002-05-02 Thread Craig Vincent
Whats the best way of keeping this page temporarily in existence ?? I don't want the query to run every time when they have changed no information and I don't want the Warning Page has expired please re-submit details when the reload the page ! At the moment I'm thinking I can create a

Re: [PHP] Opinions Wanted

2002-05-02 Thread Dan Hardiker
There are quite a few ways of doing this. 1. Get MySQL to do the caching for you, using temporary tables. 2. Get something like the Zend Cache to handle it transparently 3. Use a global session (which everyone shares, or just specific groups of people) which you can embed data in 4. Use a

Re: [PHP] Opinions Wanted

2002-05-02 Thread 1LT John W. Holmes
script that deletes old files periodically. ---John Holmes... - Original Message - From: Dan Hardiker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, May 02, 2002 6:03 AM Subject: Re: [PHP] Opinions Wanted There are quite a few ways of doing this. 1. Get MySQL