Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. postonoh

    PHP help with multiple select

    Thanks Works perfectly.
  2. postonoh

    PHP help with multiple select

    Thanks, Receiving email but they say array instead of Selected text.
  3. postonoh

    PHP help with multiple select

    <?php /* Email Variables */ $emailSubject = Outreach Event'; $webMaster = 'test@webshelby.net'; /* Data Variables */ $email = $_POST['email']; $name = $_POST['name']; $phone = $_POST['phone']; $company = $_POST['company']; $address = $_POST['address']; $city= $_POST['city']; $state =...

Part and Inventory Search

Back
Top