hello,
what do i need to do to make sure someone has made a selection from a list menu. my foreach($HTTP_POST_VARS as $value)
{
if ($value == "")
{
unset($do);
$message_new = "<font face=verdana size=1 color=red>Required information missing.\n
Please try again.</font>";
include("place_ad.php");
exit();
}
}

is checking everything but my list menu. thank you and i have searched, to no avail. best, addison
--
Addison Ellis
small independent publishing co.
114 B 29th Avenue North
Nashville, TN 37203
(615) 321-1791
[EMAIL PROTECTED]
[EMAIL PROTECTED]
subsidiaries of small independent publishing co.
[EMAIL PROTECTED]
[EMAIL PROTECTED]

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to