Update only the first occurrence
"UPDATE $users SET newsletter ='1' WHERE email = '".$data['email']."'";
This sets the newsletter to 1 every time the email is added. I want it to be […]
See original post by invalid@example.com (qwikad.com)
Google Adsense and Competing Pay-per-click Ad Networks
"UPDATE $users SET newsletter ='1' WHERE email = '".$data['email']."'";
This sets the newsletter to 1 every time the email is added. I want it to be […]
See original post by invalid@example.com (qwikad.com)
Leave a Reply
You must be logged in to post a comment.