HTML/PHP Contact Form Tutorial with Validation and Email Submit

Sdílet
Vložit
  • čas přidán 1. 11. 2016
  • Upgrade your Clever Techie learning experience:
    / clevertechie
    UPDATE! (9/13/19) New features and improvements for Clever Techie Patreons:
    1. Download full source code with detailed comments - easy to learn and understand code
    2. Weekly source code file updates by Clever Techie - every time I learn new things about a topic I will add it to the source file and let you know about the update - keep up with the latest coding technologies
    3. Library of custom Clever Techie functions with descriptive, easy to understand comments - skyrocket coding productivity, code more efficiently by using Clever library of custom re-usable functions
    4. Syntax code summary - memorize and review previously learned code faster
    4. Organized file structure - access all Clever Techie lessons, source code, graphics, diagrams and cheat sheet from a single workspace - no more searching around for previously covered material and source code - save enormous amount of time and effort
    5. Outline of topics the source file covers - fast review of all previously learned coding lessons
    6. Access to all full HD 1080p videos with no ads
    7. Console input examples - interactive examples that make it easier to understand and learn coding
    8. Access to updated PHP Programming Book by Clever Techie
    Download this video's source code and additional files here:
    / html-php-contact-20812527
    `````````````````````````````````````````````````````````````````````````````````````````````
    This is a fast way to create your own HTML contact form with PHP validation rules and email submit. We use codepen.io which is a great web site for downloading existing code for web developers. We then modify the code to suit our needs and include PHP validation rules. You can use this same process to create just about any HTML form with CSS and PHP validation rules and submit the email using PHP. By knowing how the process of submitting the form and validation works, you'll be able to create your own custom HTML contact, registration and login forms and validate them with PHP.
  • Jak na to + styl

Komentáře • 447

  • @russellbrookman5388
    @russellbrookman5388 Před 5 lety +7

    This was an excellent video. I am a pretty experienced coder who has been struggling with godaddy nonsense and I want you to know that your explanation of PHP mail functionality was excellent. Anyone watching this, like most videos, I suggest having the doc's open so you can go threw each line of code with him and really understand what he's saying.

  • @ididitwriter
    @ididitwriter Před 4 lety

    There is a lot of information on how to set-up the form and to even make the form dynamic, but nothing that actually showed the PHP information. Bravo. I actually understood it.

  • @mandude3238
    @mandude3238 Před 6 lety +1

    Two days of research to find a way to use my own pre-existing form and integrate it with mail chimp! Everything I was finding involved creating a form through mail chimp and embedding it in my site. I already have my site designed and just needed the functionality of the opt in box to work with my autoresponder list. Finally found your video that gave me the ground work to make it happen! Kudos to you sir, and thank you so much for making this video!

  • @rickfearn3663
    @rickfearn3663 Před 3 lety +2

    Outstanding tutorial, even after 4 years. Thanks, CT!!!

  • @tonischjelderup8708
    @tonischjelderup8708 Před 6 lety +2

    This video made me understand a whole lot more PHP and how it's working! I can't thank you enough sir!

  • @sorayajoost
    @sorayajoost Před 4 lety +4

    I did not know codepen, you changes my live forever!!! Thank you. Cheers

  • @simsethi3200
    @simsethi3200 Před 5 lety +1

    Thank you for the tutorial. How would i use this method if I had to choose at least one checkbox in my contact form or an option from a drop down.

  • @syahrian76
    @syahrian76 Před 4 lety +1

    thank you for the tutorial, it really help me understanding how the validation works

  • @DanielWeikert
    @DanielWeikert Před 7 lety

    Great Tutorial thank you!. In order to call itself we could use $_SERVER['PHP_SELF'] or the name of the php file directly. Which one is the better/more secure option? What are the differences?
    Thanks

  • @ianmcl42
    @ianmcl42 Před 6 lety

    Hey, thanks for this tutorial. I'd really like to be able to add the option to upload images, pdfs and doc attachments before hitting submit. Is there a way to add this ability to this existing form?

  • @slobodanpopovic2375
    @slobodanpopovic2375 Před 6 lety +1

    Hi there!!! Thank you for this video, it's really great. I have one question. If I have one page site and my contact form is on the end of the page, how to prevent page to go back to the top if there are some error or the message is sent and make it stay on the form section? Thanks!!!

  • @WolfRawrrr
    @WolfRawrrr Před 7 lety

    Thanks a lot for making this, I have been looking for a good php form tutorial all day. Glad I found this! Stuff works ^^

  • @bolyguayo9
    @bolyguayo9 Před 5 lety +1

    Thanks! You helped me a lot!!
    By the way, what if I let the "action" property empty? Is this a bad practice?

  • @loosingahwffanboy9277
    @loosingahwffanboy9277 Před 5 lety +1

    They way you explain how to edit the ini file and retrieve your smtp from ur ispn SAVED ME!!!!!

  • @automatichybrid
    @automatichybrid Před 6 lety

    Hi there! thanks for taking the time to explain in detail. Please is there a way to record the same contact form data into mysql database at the same time? will the php connection script go into; form.css, form.php, or form_process.php? thanks

  • @ramirosan
    @ramirosan Před 4 lety

    Hey Techie! This video is great! What text editor are you using and how do you open it in the browser from the text editor. I am using VS code but I can only open HTML files through a live server in Google chrome. I would really appreciate your help.

  • @lilithsembrace3663
    @lilithsembrace3663 Před 5 lety

    Thank you very much! You made it easier for me to understand the steps and how they work. :)

  • @jongan8015
    @jongan8015 Před 5 lety

    Just a thanks to clever techie, am an old HTML and PHP user, any recommendations of what video to watch doing a refresher course of doing html and php again, was stuck doing oracle and java for a long time. Videos like these helps. BTW where do you download the software your using.

  • @TemmyCodingLifestyle
    @TemmyCodingLifestyle Před 5 lety +1

    what if i have more than One form on the same page to validate using action="" How will i be able to differentiate the form

  • @wolfgangpauli8657
    @wolfgangpauli8657 Před 2 lety

    Very good tutorial! I built my contact form with your help and it works :) Thanks

  • @amndev94
    @amndev94 Před 6 lety +1

    Thank You for the the tutorial.
    Please help me with some doubts.
    What should come at "sendmail_from" in php.ini file ?
    what should come at $to variable in form_process.php ?
    Help me

  • @theaparitchit
    @theaparitchit Před 6 lety

    Bingo... the way you explained it was absolutely simple and to the point.... Keep on the good work mates.... :)

  • @tommy2some
    @tommy2some Před 4 lety

    I live in the UK and had a problem with both the $phone validation and the $url validation you're using. So I switched to (!filter_var($phone, FILTER_SANITIZE_NUMBER_INT)) for the $phone and (!filter_var($url, FILTER_VALIDATE_URL)) for the $url, which both work fine. Very well explained tutorial, thank you.

  • @NedumEze
    @NedumEze Před 3 lety +1

    Thanks very much, Clever Techie. Picked up a couple of sound ideas from you. I appreciate.

  • @nomadafe
    @nomadafe Před 7 lety

    great job man, I would like to change on the settings the phone number you are using and maybe using a more complex tool that would detect from the ip the country list, and validate the phone number, do you know how can i do that? THanks

  • @VincentWaters
    @VincentWaters Před 6 lety

    Great tutorial, thanks for the help - did a bit of customization and got it all working!

    • @VincentWaters
      @VincentWaters Před 6 lety

      I have noticed one issue however while testing... OK so validation & form submit both work correctly. After a successful submit, the variables get cleared and page refreshes. NOW at this point - when I refresh the page again manually (all fields empty!!) and wait a minute or two, I receive another email from the form with the previous variable intact from before they were cleared.... Any thoughts?

  • @rameshgundluru7579
    @rameshgundluru7579 Před 5 lety +1

    sir i am not getting color after adding

  • @JunaidKhan-kx8ui
    @JunaidKhan-kx8ui Před 6 lety

    Just a couple of questions
    1) I am making a forum and value="" only works for but the values in and are not remembered so is there any way around that?
    2) Is there a way to remember "toggle state" so that a section of a page that is opened by clicking a button remains open after page reloads due to error?

  • @tbdrosa8542
    @tbdrosa8542 Před 3 lety

    this was really helpful !! but how do you preview within the server? I am using brackets and for some reason, it will not allow me to preview the php file

  • @FilmNotebook
    @FilmNotebook Před 6 lety +1

    Great video Vladimir! Thank you for sharing this tutorial in such an awesome style! Really enjoyed it.

    • @albertcalvin1007
      @albertcalvin1007 Před 2 lety

      i guess Im asking the wrong place but does someone know of a way to log back into an instagram account..?
      I stupidly forgot my password. I would appreciate any assistance you can offer me.

    • @atlascayden5863
      @atlascayden5863 Před 2 lety

      @Albert Calvin instablaster ;)

    • @albertcalvin1007
      @albertcalvin1007 Před 2 lety

      @Atlas Cayden thanks for your reply. I found the site through google and Im waiting for the hacking stuff now.
      Takes a while so I will get back to you later with my results.

    • @albertcalvin1007
      @albertcalvin1007 Před 2 lety

      @Atlas Cayden It did the trick and I actually got access to my account again. Im so happy:D
      Thank you so much, you saved my account !

    • @atlascayden5863
      @atlascayden5863 Před 2 lety

      @Albert Calvin No problem :)

  • @gentlemanphilosopher5342
    @gentlemanphilosopher5342 Před 5 lety +3

    Netbeans...would there be any other platform/editor that would suffice for these purposes?
    Thanks!

    • @Big-Timbo
      @Big-Timbo Před 4 lety

      there is XAMPP, which allows you to host a full website locally on your machine to test

  • @igerms1
    @igerms1 Před 7 lety

    Thanks, do you know how to prevent page reload after submitting with AJAX?

  • @garyjames6168
    @garyjames6168 Před 6 lety

    Hello. Can any help with how i would send the completed form to my workbench DB table instead of sending to an email account like the video shows?

  • @cd78
    @cd78 Před 6 lety +1

    Hello @clever Techie thank you for this, I was run ragged for weeks trying to do email form submits using ruby on rails and it was a fucking nightmare with the MVC architecture. PHP done this in 3 files whilst ruby had about 15. Thank you once again

  • @StefanGamer45
    @StefanGamer45 Před 6 lety

    Thank you very much for the help! I have subscribed and liked this video!

  • @taylorhopper1316
    @taylorhopper1316 Před 7 lety

    Hey Clever Techie, I am working on a website for a class right now and really wanted to incorporate something similar to what you've done here, but when i try and submit the form, the page loads constantly and never actually loads anything. It also never shows me the success message or send the email. Would you know any way around this?

  • @douglasbhalandlovu4194
    @douglasbhalandlovu4194 Před 7 lety +8

    Well explained thanks goodwork..... hope you will do one on re-captcha

  • @DanielCooke1295
    @DanielCooke1295 Před 6 lety

    Can you do think same video using Adobe Dreamweaver 2018...im not sure how to implement some of the things you do into my site on dreamweaver. Thanks!

  • @hottensiamukai7928
    @hottensiamukai7928 Před 5 lety

    he php.ini file is it in the same folder with the files you are using? If yes are we linking the page as we have done with the css and php files?

  • @deepalijindal8470
    @deepalijindal8470 Před 6 lety

    Thank you for this video, it is really helpful. But I also want to validate textarea field (show error message if it is empty). I applied the same logic as applied for other fields but it does not work. I am not getting error message after textarea. Please suggest something.

  • @ghazikerkeni7031
    @ghazikerkeni7031 Před 6 lety

    Hello! Can you add a Part 2 video on which you add a confirm screen, and a complete screen with or without sessions?

  • @cristianramirez1160
    @cristianramirez1160 Před 7 lety

    Very well explained. Thks a lot!!

  • @adrianversey4955
    @adrianversey4955 Před 7 lety +1

    Hi Thanks for the great post. How would I include an email address that the sender of the message receives?

    • @awinil
      @awinil Před 7 lety

      You just call another mail function with sender's email address and different body message.

  • @jamesbarratt593
    @jamesbarratt593 Před 6 lety

    You have answered a w3schools question which they never answered after their same pho form code on how to display an error message. Awesome. I then learnt jquery and if filling out boxes wrong validation worked, only if i never filled out boxes and just clicked submit on a blank form, error messages would appear in all the form boxes and you'd stay on the html form page, only I wiuld receive an email to. Blank fields. This is obviously because php was waiting untill submit button selected as jquery was. Any obvious solution ...?

  • @arniie5288
    @arniie5288 Před 4 lety +1

    Why didnt you get the values input (e-mail, phone...)in the outlook e-mail? Thanks

  • @alzacc2259
    @alzacc2259 Před 4 lety +1

    Ok so your telling me that once this has fully been coded once information has been submitted all the information goes to your email address if not then what's that called?

  • @danielbocelli
    @danielbocelli Před 7 lety

    Thanks for this! Great video.

  • @gedeonszabo
    @gedeonszabo Před 7 lety

    Working!! Finally a good source!!

  • @ILTECHS
    @ILTECHS Před 6 lety

    Awesome tutorial. Thans bro!!!

  • @herman8554
    @herman8554 Před 7 lety

    Hey I am getting unknow variable $data when I try to load my page. Is it because I didn't make if statements for all variables?

  • @mikeart1353
    @mikeart1353 Před 6 lety

    Hey Clever Techie, I am using Atom Editor; So where to find php.ini file?

  • @grazialotito2470
    @grazialotito2470 Před 6 lety

    Good morning,
    I would like to know how do you open php.ini this file. Where It is found?
    Then you restart Apache in the services in the windows.
    I wait you an answer.
    Thanks a lot for a video.

  • @kelahhouse4400
    @kelahhouse4400 Před 5 lety +3

    This was well explained..thank you so much.

  • @franktielemans6624
    @franktielemans6624 Před 5 lety

    Validation seems to work and an e-mail got send with all the inputs but my mailbox says it's coming from an unknown sender. Why is that?

  • @charlesjohnzerna6028
    @charlesjohnzerna6028 Před 5 lety

    after all the validation my question is how would you insert it in the database? because sending the message to an email is not what im after for but its about on how could i save it into the database after checking or validating all data.

  • @Aziz-Ahmed-UK
    @Aziz-Ahmed-UK Před 4 lety

    Hi, can you please help me add code few more input fields to my existing contact form if I send you my php files? I am struggling at the moment. Thanks

  • @saturnosinanillos
    @saturnosinanillos Před 5 lety

    "value=" is not a valid argument for "textarea" tag....after a little research I found the right way to make it work (stackoverflow):
    Thank you very much ! I am a beginner and I just learned a lot from your video!

  • @FuntasticMovies
    @FuntasticMovies Před 5 lety

    Why I got the php value code, shown up in the text bar in the form?
    Like where I got the input type text area, my website shows the code: for example. What am I doing wrong?

  • @mezmerizer9422
    @mezmerizer9422 Před 4 lety +5

    You got me for a moment, I was skipping for 5sec getting to one part and I saw you typed in Vladimir... my name is Vladimir.

  • @SurajKumar-lb1ii
    @SurajKumar-lb1ii Před 6 lety +1

    I upload the file on my hosting server, but whenever i send mail, it say mail sent successfully but not sending to my mail id plz help

  • @ashishshah3899
    @ashishshah3899 Před 6 lety +1

    I am not getting Apache service in my services, where else should I find it?

  • @mrsylla9533
    @mrsylla9533 Před 6 lety

    Hi! Great Tuto. But i still have a problem. I did everything as you did. But when i sens the message the message area is cleared but not the other txt areas i.e name, email...and the confirmation message is not displayed. Coule you help please...

  • @tomzell3666
    @tomzell3666 Před 4 lety

    Good stuff. Thanks man ✊🏽

  • @mj_hinostroza
    @mj_hinostroza Před 7 lety

    Hi, I already have a html and css design and I need the php code so that the emails can be sent through my web page. When I paste the code that you link, it sends me to another page with a new design of contact.

  • @user-tf7te5fs2n
    @user-tf7te5fs2n Před 4 lety

    Thank you for the video.
    I have a question
    I downloaded XAMPP but it does not work because I have windows x86 and all versions of XAMPP in the website are for Windows x64
    Could you please help me?

  • @muhammedshahabaz1963
    @muhammedshahabaz1963 Před 4 lety +1

    how to fix this error when submitting
    {"code "methodNotAllowedError", "message":POST is not allowed"}

  • @restricteduptempo
    @restricteduptempo Před 6 lety

    Which text editor do u use?

  • @PravinKherodkar
    @PravinKherodkar Před 7 lety

    hello Clever Techie, Subscribed!
    ;)

  • @kashlennon7344
    @kashlennon7344 Před 7 lety

    oh man thanks a lot it worked, you save my day Kudos! :)

  • @raqueliatheimpatientgardne8196

    Well I had to subscribe/patreon to get the code and it doesn't work at stopping anything. Have you tried your own code to see if you can input fake emails and url's and phones and still send it? Would be curious to know if you have tried to spam yourself.

  • @aaronr.trevino2712
    @aaronr.trevino2712 Před 6 lety

    Thank you Clever Techie! I'm new to coding. The files worked after renaming my contact.html page (started with html and css) to contact.php and transferring them to the server. Had to tweak them a bit, but my contact page works great! Did catch the $message_body variable. Also added between tags (instead of inside the opening tag) in order to keep my message (textarea) from getting cleared. Watched the video again to catch the at the end that shows you how to display $success. I'll definitely subscribe to your channel!

  • @mohammaddaud2312
    @mohammaddaud2312 Před 5 lety +10

    plz give php codeing ....

  • @dannyreg8405
    @dannyreg8405 Před 2 lety

    Thank you for the info. However, my error are not being caught. How can I send you the code I'm using (which is mostly yours) so you can check it out?

  • @chandanadhikari4637
    @chandanadhikari4637 Před 7 lety

    Very Helpful. Thanks man. : )

  • @stemtube8006
    @stemtube8006 Před 6 lety

    the video helped a lot but the localhost has the wrong stmp values, how would i find the right values

  • @sonofhurin6
    @sonofhurin6 Před 7 lety

    save my day! thank you so much :)

  • @kazamidori0912
    @kazamidori0912 Před 6 lety

    hi, can someone help me? i need the contact form not to be on a single page by itself, but on a page for example, at the end of the page. How can that be done? thanks alot!

  • @mainak7146
    @mainak7146 Před 5 lety

    where should we include that php code in the html website. I mean in the body or head ??

  • @iamtuskie
    @iamtuskie Před 6 lety

    Hi, i did everything right but when I click submit I get this error on my browser "Forbidden
    You don't have permission to access /form/< on this server."

  • @garryfitzgerald2691
    @garryfitzgerald2691 Před 4 lety

    Hi just watched your video, great tutorial by-the-way. Is there a way I can change the $success div element (on line 65 of the form_process.php), so the background changes color after the form has been submitted. Any help would be appreciated, thanks!

  • @billketchersid8047
    @billketchersid8047 Před 7 lety

    Can't seem to get the words "Message" to display in the form.php. If I can get this on issue resolved it would be great. Great video!

  • @sangambk9085
    @sangambk9085 Před 7 lety +1

    Thank you!
    It really helped me a lot.

    • @clevertechie
      @clevertechie  Před 7 lety

      You're welcome!

    • @georgeoliver652
      @georgeoliver652 Před 7 lety

      Its great to see that there are still people as clever and helpful as yourself on the internet...

  • @markforbes6187
    @markforbes6187 Před 6 lety

    Awesome video! Thanks a lot

  • @manurajsharma9938
    @manurajsharma9938 Před 6 lety +5

    i am using the Dreamviwer and their is no loacthost for run this an you suggest which local host i will install for testing the code.

    • @clevertechie
      @clevertechie  Před 6 lety

      Try installing spellcheck first. Do you charge for your services, how much?

    • @sandragraves1177
      @sandragraves1177 Před 6 lety +5

      Wow. Rude. There's a way to get subscribers dude. Are you serious?

    • @RandyNisal
      @RandyNisal Před 5 lety

      seriously ? Thats really rude. No one is perfect and Its not his mother language as well.. Even you have done mistakes during this tutotrial

    • @hottensiamukai7928
      @hottensiamukai7928 Před 5 lety

      the php.ini file is it in the same folder with the files you are using? If yes are we linking the page as we have done with the css and php files?

  • @kazushisakuraba3163
    @kazushisakuraba3163 Před 5 lety +1

    HELP! when i click on submit just to check if my errors will appear nothing happens, and i checked my code for like 1000 times and everything is ok.

  • @dustermcclean2517
    @dustermcclean2517 Před 6 lety

    It does not work in Dreamweaver at all. So what program did u use?

  • @sergioc.p.7845
    @sergioc.p.7845 Před 7 lety +48

    Hi!, you don't send the message_body to your email, just the $message textarea.
    You need to put $message_body in mail function, don't $message var.

    • @clevertechie
      @clevertechie  Před 7 lety +10

      Yes, you're correct! I noticed this mistake after I already uploaded the video, thank you for mentioning this :)

    • @mikejacoby5150
      @mikejacoby5150 Před 7 lety +4

      Is this why only the comments get sent? My contact form works, but in the email I received in my test, there was no name, email, ph# or website, just comments, so I have no clue who sent the message.
      thanks

    • @WolfRawrrr
      @WolfRawrrr Před 7 lety +2

      Yeah good spot. I actually noticed it in the video right away because he said "message body" out loud, while typing "message" so that made it apparent if you really paid attention ^^

    • @amndev94
      @amndev94 Před 6 lety +2

      thank you for the correction.
      can you tell me how can I send an acknowledgment mail to the person who fills the inquiry form ?
      As in :
      Thank your filling up the form, the XYZ team will contact you withing 24 hours.
      this message should be sent after the user clicks on submit button. is it possible ?

    • @louie2114
      @louie2114 Před 5 lety

      Thank you, helps me solve the problem!

  • @RajaKumarVanukuru
    @RajaKumarVanukuru Před 6 lety +1

    hi clever techie thank you for this video i"m getting success message but i"m not getting the email. I'm using local host and i put SMTP = smtp.gmail.com and smtp port to 465. please helpme!

  • @jeanydemapi7936
    @jeanydemapi7936 Před 6 lety

    i dont get the css here:( what is the next in line after container?

  • @voodoomagicman01
    @voodoomagicman01 Před 6 lety

    Great tutorial, thanks a lot for sharing it has helped me a bunch!! FYI, you forgot a closing php tag on the form_process code. May confuse someone who is just starting out.

  • @faceofcraze5415
    @faceofcraze5415 Před 5 lety +1

    where do I download the PHP file from

  • @babajiservices2998
    @babajiservices2998 Před 6 lety

    very nice helped me a lot brother
    good kedep going brother

  • @MuhammadJunaidge
    @MuhammadJunaidge Před 6 lety

    How to Quickly learn php ? what are Differences between these languages AJAX XML DOM ? Please tell briefly !

  • @Taluxx1
    @Taluxx1 Před 6 lety

    hey guys, I have problem. Everything on page work fine but I don't receive any Emil.
    i change only email. I need to do something more ?
    Thanks for reply

  • @raqueliatheimpatientgardne8196

    Will this validation method STOP spam email? In regards to the comment below me and your issues with godaddy, I have had the same issues with hostgator. So kudos to the creator of this video!

  • @proximarem8034
    @proximarem8034 Před 6 lety +11

    Maybe I'm seeing it wrong, but in the email send to you, where do you see the sender's name, url & phone number?

  • @thomaskambarami9138
    @thomaskambarami9138 Před 6 lety

    hi i found your teaching so interesting but i didn't understand it very well because am a beginner in website, i want to know different between PHP and Html? please help

  • @esalettinyasinuysal4423
    @esalettinyasinuysal4423 Před 7 lety +4

    Hi, I did what you did. I modified php.ini. But it never send the e-mail. It writes an error like:"Warning: mail(): Failed to connect to mailserver at "smtp.gmail.com" port 587, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\PhpProject1\form\form_process.php on line 64"
    I also watched various videos on CZcams to solve this problem but nothing worked for me. Also I want to ask some questions regarding your video?
    1. Where did you write your email account pass? Is not it necessary?
    2. In other videos people used sendmail.ini file. But you never mentioned it. Which one is correct?
    Thanks in advance.

    • @brightgardenentrepreneuria910
      @brightgardenentrepreneuria910 Před 6 lety

      I have the same issue and I am guessing OP is running a mail service in parallel with WAMP that intercepts the mail and makes the connection. The password is set in that parallel mail system, methinks. Other vids refer to variables set with the password, where this .ini does not.

    • @taospencer1403
      @taospencer1403 Před 6 lety

      He said set it to port 25 not 587, try that......

    • @docemeveritatum8550
      @docemeveritatum8550 Před 6 lety

      I had to upgrade my hosting account. At the base shared server acccount, I didn't have access to all the controls you really need to send emails.

    • @akanshagupta7018
      @akanshagupta7018 Před 6 lety

      Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in G:\xampp\htdocs\lessons\formcontact\form_process.php on line 64-----i have this error to i am fed up

    • @curioslywithvictormakau
      @curioslywithvictormakau Před 6 lety

      I think google disabled support for such test emails on gmail

  • @trimaywearplateltd6775

    thanks for this..but why I am getting this error? Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\contactform\form_process.php on line 53

  • @rubelrana304
    @rubelrana304 Před 6 lety

    nice and clear video. thanks