Web design portfolio - Then comes the custom part of the message.

Then comes the custom part of the message. Currently, there are two types of Thank You messages: A confirmation request has been sent to . . . , and A subscription notification has been sent . . . switch ($_GET[ t ]) { case c : $msg .= A confirmation request has been sent . to $email.

; break; case s : $msg .= A subscription notification has been . sent to you at $email.

; } Finally, you finish the page by putting a link back to user.php, and displaying the page. $msg .= . Return to Mailing List Signup page ; echo $msg; Try It Out Removing Your Subscription Now that you ve given users the ability to add themselves to your mailing lists, you need to give them the ability to remove themselves when they want. 1. The e-mail that you sent yourself has a link on it allowing your users to remove themselves from the mailing list, if they desire. Enter that file now, and save it as remove.php:

Removal Successful

; } else { $msg =

Removal Failed

; } $ml_id = $_GET[ ml ]; $sql = SELECT * FROM ml_lists WHERE ml_id = . $ml_id . ; 511 Mailing Lists
Visit our web design programs services for an affordable and reliable webhost to suit all your needs.

Leave a Reply