validate list menu selection

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
addison@bellsouth.net
info@smipco.com
subsidiaries of small independent publishing co.
info@gloabaldog.com
info@momandpocentral.com

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux