Recent content by Bleek

  1. Bleek

    Form validation, this should be simple so I'm told?

    I'll search his username and see what I come up with!
  2. Bleek

    Form validation, this should be simple so I'm told?

    Another request for some php help on what is probably the most simple php form ever... :wacko: I copied a tutorial off the next and here's the content: <?php $EmailFrom = ""; $EmailTo = ""; $Subject = ""; $Name = Trim(stripslashes($_POST['Name'])); $Tel = ($_POST['Tel']); $Message =...
  3. Bleek

    (Adaptive) forms for quick quote?

    Brilliant! That's a massive help and just what I needed, thank you very much. :D
  4. Bleek

    (Adaptive) forms for quick quote?

    Should I now be admitting I've never used jquery that isn't a cut and paste job? :)
  5. Bleek

    (Adaptive) forms for quick quote?

    Hi guys, first post (after my intro) and it's more than likely a very simple one for php knowledgeable folk. I don't know any php at all, just html! What I'm trying to do is a create a php form with dropdowns that the website visitor submits. However, the thing I need to do is change the...
Back
Top