Recent content by Sadior LLC

  1. S

    I'm having problems with my contact form php in dreamweaver can anyone help me?

    <?php /* Email Variables */ $emailSubject = 'contactformprocess2!'; $webMaster = '[email protected]'; /* Data Variables */ $name = $_POST['name']; $email = $_POST['email']; $contact number = $_POST['number']; $service wanted = check_input($_POST['service']); $discription =...
Back
Top