Forum Moderators: coopster

Message Too Old, No Replies

proper way to open cached PHP output: fopen()?

discover the proper way to open cached PHP output

         

lli2k5

9:44 pm on Sep 3, 2006 (gmt 0)

10+ Year Member



I'm working on a project where users can manipulate the layout of PHP output.

The way I came up with is to store each cached section separately and then let the user open them using fopen() fread() function.

Is this bad for performance?

What's a better way to cache PHP output?

henry0

10:56 pm on Sep 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld!

From
WebMasterworld
[webmasterworld.com]

lli2k5

11:53 pm on Sep 3, 2006 (gmt 0)

10+ Year Member



Thanks! I've been trying to test performance but need a good caching solution that allows users to manipulate data presentation.

inquireorenquire

4:44 am on Sep 4, 2006 (gmt 0)

10+ Year Member



fopen() fread() etc. should be fine...