Obviously the "RSdel" and the "MLemail" are specific to my record set and my database field.
<?php if ($row_RSdel['MLemail'] != "" ) { ?>
Show result from database.
<?php
}
else { ?>
No matching email address in the database!
<?php
}
?>Thanks everyone! appreciate the help!
Dustin
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

