Hi, I have a site at: here My question is, do some scripts not work because maybe my host doesn't have everything or what? Who can help fix everything for money?
mysql_query("UPDATE rps SET max='$max' WHERE owner='$username' AND location='$fetch->location'"); Can someone explain this to me and reasons why it might not work? (submit the query)
i own my own game (amafialife.com) and i am a coder so i could help you script but it isnt going to be free Add me on msn - or email me on the same email
What fields do you have in your table : rps Try this : mysql_query("UPDATE rps SET max='".$max."' WHERE owner='".$username."' AND location='".$fetch->location."'"); Let me know if it didnt help