Computer Forums

Search Tech-Forums.net

Member Login

Remember Me? Sign Up! | Forgot Password
 
 
Computer Forums > Programmers Lounge > Programming Discussions » PHP static value from MySQL
Reply
Old 07-29-2004, 08:30 PM   #1 (permalink)
 
Newb Techie
Join Date: Jul 2004
Posts: 1
mikey v
Question PHP static value from MySQL

I need to read a value from a MySQL table and not have it updated the next time the code is run...

I don't need to know how to access the tables, just how to isolate the value I have read - will compare it with future values in the same table.

Any ideas
mikey v is offline   Reply With Quote
Old 08-01-2004, 11:52 PM   #2 (permalink)
 
Super Techie
Join Date: Apr 2004
Posts: 316
BlazingWolf
Default

Cookies? Except cookies will only work for each idividual computer, but if you want to go the easy long way you can just create another table and store the value you there.
__________________
BlazingWolf
<font color=\'red\'>
<b>
<a href=\'http://www.gaming-forums.org\'>
Gaming-Forums.org
<a/>
</b>
</font>
BlazingWolf is offline   Reply With Quote
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On