I have some problem with PHP script. If user use refresh button or Reload button,automaticcally the script will recompile. How to prevent this? Is threre PHP function or javascript function to prevent this? Thanks? Joelianto<cooljoeli@yahoo.com>
you can't prevent what users want to do. just use a select before the update/insert/delete and make sure the user hasn't already submitted the data. if its a one time event on the site, consider using sessions/cookies.