Hello fellows!
Could you please help me, I need a script that I use to update my existing single record.
mysql_query("UPDATE counter SET field = '$var' WHERE countrycode ='$code'")
my problem with this code is that all record meet the criteria is automatically updated.
What I want is to update the first record only not all record with thesame country code for example.
Thanks for the help