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

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

2003-08-14 Thread Thomas Hochstetter
Hey guys. There is question that has been bothering me for a while now ... and i wonder whether there are any takes/ insights on that. I would really like to integrate xml, DOM and XSL more in my projects. What has kept me from doing this, so far, is just that the live servers often did not make

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

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

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 ram

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

[PHP] Opinions Wanted

2002-05-02 Thread John Fishworld
Just a general question of the best way to do it ! I've got a job search site with mysql at the back of it ! You choose on the first page - type of job, where and other bits, go to the next page where query is done and then lists the jobs available! Whats the best way of keeping this page tempora