jacek wrote:ooo thats brave ! what is she joins !
Unless BetterPHP is a clothes shop I can safely say, she will not be joining.
1 final problemo
sorry Jacek or whoever will assist. I feel like a pain in the arse here
(sorry can we use the word arse? hmmm )
Removing a subscription - i have gone back to your video 2 and it is letter for letter and word for word correct so cannot think what else could be the issue. Can you assist please?
Remove user (from the mail.inc.php)
// REMOVES THE EMAIL ADDRESS FROM THE TABLE
function remove_user($email){
$email = mysql_real_escape_string($email);
mysql_query("DELETE FROM `users` WHERE 'email' = '{$email}'");
}
Coding from the unsubscribe.php
<?php
include('../../core/init.inc.php');
if (isset($_GET['email'])){
remove_user($_GET['email']);
}
?>
p.s I don't mind contributing for the amount of times i've been assisted