chadrt Posted September 1, 2007 Share Posted September 1, 2007 I have a script that does database lookups and I want to add a user list that will hold a member id and a number of allowed lookups each month. Then when they perform a lookup it would either auto increment with each lookup or auto decrement with each lookup. Thus I could set another field with that users allowed look ups for the month then run a cron job that would reset the variable field for that user. I am writing everything in PHP. Any help would be wonderful! Thank you!! (I hope I have the right forum was torn between mysql and php forum. Thanks again. Chad I just noticed the new math based forum about 3 seconds after posting this I am sorry for the posting in the wrong place!! Quote Link to comment https://forums.phpfreaks.com/topic/67538-reduce-db-field-by-1-each-time-a-script-is-ran/ Share on other sites More sharing options...
Ken2k7 Posted September 1, 2007 Share Posted September 1, 2007 It's not technically in the wrong forum. But for your look-up thing, you will need a log-in script. So I would just update the database everyday the user signs on or everytime the user signs on. Not sure what you want. Quote Link to comment https://forums.phpfreaks.com/topic/67538-reduce-db-field-by-1-each-time-a-script-is-ran/#findComment-339149 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.