Beginner PHP Tutorial – 103 – Creating a Simple Contact Form Part 4

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

24 responses to “Beginner PHP Tutorial – 103 – Creating a Simple Contact Form Part 4”

  1. Prakash Besra Avatar

    if you know javascript, you can use this js script for pop-up :
    if(strlen($contact_name)>=10){
    echo '<script language="javascript">'.'alert("Name field should have less than 10 characters!!!")'.'</script>';
    }

  2. Darius D'Silva Avatar

    I would like to make a tutorial request. On algorithms and flowcharts to php oop code. Would that be possible. I did a bit of googling but haven't been able to find any algorithms and flowcharts content that relate to php. A huge thanks in the event you accept the request.

  3. Kalyani ‘s Kitchen Avatar

    Guys dont bother adding PHP code for checking string length . There's an easy way to do it . Include the attribute SIZE = ' 20 ' ; to your HTML FORM code after your input name .You are good to go now 😉

  4. Eskil Winstedt Avatar

    They can also right click and use inspect elements to change the maxlength.

  5. Paulo Moniz Avatar

    Where is the video about the caption image for security?

    Great videos.

  6. Raymart Victoriano Avatar

    what web server did u used sir?

  7. Mahmoud Ali Avatar

    You can use  htmlentities() function for more security 🙂

  8. Redneck Rebel aka raregoodguy Avatar

    Great stuff and a lot easier than many c forms I have seen!

  9. tendai kawadza Avatar

    did you fix your error i am having same problem

  10. tendai kawadza Avatar

    my result of my code is giving an error saying syntax error, unexpected end of file

  11. heartbreak2008 Avatar

    you are awesome alex thank you

  12. alpha beta Avatar

    every1 is busy learning no time to comment.. 😉

  13. aaaa9921 Avatar

    You probably forgot to input }

  14. Harish K V Avatar

    Parse error: syntax error, unexpected end of file in C:xampphtdocsmail.php on line 45

    IM GETTING THIS ERROE MSG .WHAT SHOULD I DO???

  15. RSPSPhoenix Avatar

    It will say an error has occurred… Do I have to do somethign with my db?

  16. Devon Schneider Avatar

    Wait only 9 comments, excluding mine but over 7,000 viewers, that can't be right

  17. Cataclismo Avatar

    We need a mail server for this? I make a script like this, but more simple, and it don't works…

  18. PancakePlease Avatar

    Great tutorial. Thanks alex and bucky.

  19. PancakePlease Avatar

    @Official4Years what's htmlentities?

  20. Dalwanaage Avatar

    Thanks alex and thenewboston.
    I really love the way u doing it. well done. Man million thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *