basic-php-14-quickmsg.php / php
<?php require('config.php'); ?> <html> <head> <title>Quick Message</title> </head> <body> <form method="post" action="admin_transact.php"> <p> Choose Mailing List:<br /> <select name="ml_id"> <option value="all">All</option> <?php conn); result = mysql_query(row = mysql_fetch_array(<option value=\"" . row['ml_id'] . "\">" . </option>\n"; } ?> </select> </p> <p>Compose Message:</p> <p> Subject:<br /> <input type="text" name="subject" /> </p> <p> Message:<br /> <textarea name="msg" rows="10" cols="60"></textarea> </p> <p> <input type="submit" name="action" value="Send Message" /> </p> </form> <p> <a href=<admin.php>>Back to mailing list administration</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.