Search found 2 matches
- Wed Feb 26, 2003 12:37 pm
- Forum: Databases
- Topic: Novice needs your help!!!
- Replies: 3
- Views: 619
Hi, if you do that, the user ends up with unlimited ads as there is no way to check how many ads have been placed. It only stops the user from placing ads when credits = 0. Further up the file is code that deletes a credit when an ad is placed and I can stop the program from deleting credits when an...
- Tue Feb 25, 2003 12:54 pm
- Forum: Databases
- Topic: Novice needs your help!!!
- Replies: 3
- Views: 619
Novice needs your help!!!
Hi, I know very little about php and am desperate for some help. I have a classified program that can have credits allocated to the user. e.g. 50 credits = 50 ads. The problem is when an ad is deleted it removes a credit and leaves the user with 49 credits and admin has to re-credit them. I can stop...