[PHP] Re: Persistent values between executions

2003-03-10 Thread Manuel Lemos
Hello, On 03/10/2003 01:30 PM, Mike Mannakee wrote: I have some sets of values that I have stored in several tables in a mySQL database. These don't often change, but are referenced on every single page view. While each call is quick, as a gross the load on the server is too high. I would like

[PHP] Re: Persistent values between executions

2003-03-10 Thread Mike Mannakee
Yeah, it's on linux. I had a similar thought. I figured, if no other solutions came from the post, I could hard code the variables into a file, and if I needed to update it, make it self updating. Like do a string replace to add the new variables I need in the include file itself. Bit of a pain

[PHP] Re: Persistent values between executions

2003-03-10 Thread chris
On Mon, 10 Mar 2003 11:30:25 -0500, Mike Mannakee <[EMAIL PROTECTED]> wrote: I have some sets of values that I have stored in several tables in a mySQL database. These don't often change, but are referenced on every single page view. While each call is quick, as a gross the load on the server