Build A PHP Contact Form

preview_player
Показать описание

Official site

Twitter
Рекомендации по теме
Комментарии
Автор

Let me tell you something Sr.
"You are a Master, this is the most easy way that i have found error validation for using php.
I really appreciate it!
Keep it up the good work!"

From now and on i follow you.

emerino
Автор

Thanks Alex, this isn't just great code for a solid contact form but I used a lot of that code for other areas too, evident as usual.

NosniborNitram
Автор

the only problem I've got is that tags such as <p> are showing and therefore, not working.

HerbivoreJesus
Автор

This was a great tutorial, helped me understand a LOT of stuff better.

philthethrill
Автор

Thanks for your effort on making free tutorials.

herr_pouya
Автор

You saved my life, really man, thank you a lot . You are the best !

iulianmircea
Автор

This is the best PHP lesson that I have encountered to date. I have paid in udemy but I did not get such a thorough explanation on building a form. Do you teach PHP & MySQL. You should be teaching at Udemy (not affiliated in any way with them).

cmetr
Автор

this video is so freaking clear and awesome. Thank you very much

Kamil_Aqil
Автор

Oh my... Thank You so very much. I was just about to give up and you saved me

mostman
Автор

Thank you so much for providing such a good tutorial. Can we also add ajax for preventing page reload? Is this possible with this contact form ?

ayazshah
Автор

I love you Codecourse it works it is Amazing thank you so

tristanbakker
Автор

It'd appear there are a lot of issues appearing, I'd just like to point out I'd recommend learning PHP before approaching a PHP Project which uses additional dependencies. Comments that have been posted are displaying simple errors which with simple Programming Knowledge can be fixed. PHP Academy have an excellent series for those who need an 'Introduction to PHP'.

willhughes
Автор

Would you consider an updated course considering any updates that might have occurred since this video? It seems that a lot of websites utilize a contact.html file without any PHP logic included, everything happening in the background. If you could address this or what others may be doing differently, whether or not they're sacrificing security and such.

jsphpndr
Автор

+Codecourse what do you use for your localhost development? Is it XAMPP or something similar to this? Can you also specify what settings you have in this software?

alexljamin
Автор

Many Thanks Alex iam one of your Greatest Fan

albertmuhatia
Автор

Great tutorial. Question for you. Assuming the contact form is at the bottom of the page, is the only way to prevent it from sliding up when the form isn't complete is to incorporate Ajax? For instance, testing the error checking (e.g., not inputting an email address), the page shoots to the top thereby requiring the user to scroll down to the bottom to see the error.

kamaboko
Автор

Great tutorial, Was wondering how you could apply the PHP to retain the information in drop down menu elements.

SecularWisdom
Автор

Can you recommend one of your videos that deals with building a website/webdatabase (e.g. a guest book) based on php and MySQL?

dissdad
Автор

TOE great video ... Can I ask you a question how to do so would be to e-mail messages coming Russian that is encoded in UTF- 8 is in the class I have to change the mailer or file contact.php ?? Thanks

alexnorkn
Автор

Hi Alex,
i have problem with bracket in this two lines
$errors = isset($_SESSION['$errors']) ? $_SESSION['$errors'] : [];
$fields = isset($_SESSION['$fields']) ? $_SESSION['$fields'] : [];

error message : Parse error: syntax error, unexpected '[' in ....

aymanetech