Problem in PHP form
Hi,
I have develop a quote form in php and after submission it will e-mail me all the inforamtion correctly but i have problem not getting the information from drop down list and also have browse field so user can upload this file if he wants.
PHP Code:
PHP:
<?php
if(!$_POST) exit;
$email = $_POST[‘email’];
//$error[] = preg_match(‘/\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b/i’, $_POST[’email’]) ? ” : ‘INVALID EMAIL ADDRESS’;
if(!eregi("^[a-z0-9]+([_\\.-][a-z0-9]+)*"…
Problem in PHP form
See original post by Kaleem Ullah Hashmi
Leave a Reply
You must be logged in to post a comment.