<?php require('config.php'); ?> <html> <head> <title>Mailing List Administration</title> </head> <body> <form method="post" action="admin_transact.php"> <p> Add Mailing List:<br /> <input type="text" name="listname" maxlength="255" /> <input type="submit" name="action" value="Add New Mailing List" /> </p> <p> Delete Mailing List:<br /> <select name="ml_id"> <?php conn); result = mysql_query(row = mysql_fetch_array(<option value=\"" . row['ml_id'] . "\">" . </option>\n"; } ?> </select> <input type="submit" name="action" value="Delete Mailing List" /> </p> </form> <p> <a href=<quickmsg.php>>Send a quick message to users</a> </p> </body> </html>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.