[PHP] PHP caching ideas?

2002-10-12 Thread Hans Himmel

Hello there,

How do most people here create their caching logic for PHP scripts? The 
problem is that most PHP scripts have some part of the page that is unique 
to each request (let it be current time, e-mail list in an e-mail reading 
application, session IDs on some servers, or whatever).

Is the general logic to slice the page into some general pieces. For example 
ones that have always general data and those that change. Then the ones that 
don't change are streamed to the user using passthrough and the rest of the 
page is generated dynamically with the newest relevant data.

Or are there any other good ideas to solve PHP caching problems?

Thanks,
Hans

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] CVS tutorials

2002-10-08 Thread Hans Himmel

Hello there,

I yesterday took a project where I am required to use CVS to get my files 
over to the real server. I have never used CVS before. As a matter of fact, 
I don't even understand the basic idea behind it (other than that it keeps 
track of files in a central repository). I just tried a few basic commands, 
but I don't even understand when I'm in my server and when I'm manipulating 
the files of the remote server :)

The drill is that I have to upload the files to my server (via FTP), then 
log in via command line and then I can log in to the remote server via CVS, 
and upload my files.

As I mentioned, I don't even have a basic understanding of CVS, so the 
manuals and tutorials on the web I found so far have not done me much good. 
Does anybody have any helpful links that could give me an overview of the 
basics and also perhaps give me somewhatly deeper knowledge of it later on.

Thanks,
Hans

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php