Thank you very much, for posting this tutorial. I have watched at least half a dozen tutorials, trying to learn how to create a Contact Us Form that will send me an email. All others were confusing and unclear. Your tutorial was super clear, concise and most helpful. I was able to follow you exactly and understand every line of code you wrote, because you explained your code so well. Thank you!!! :)
how this is done the user give you in email , mesg ..... who take it and send it to your email .... when u receive the message u get it from email of the hosting campny or what ..... is this service availble in all the hosting servers ..... and thank you
Wonderful job on teaching manner, really appreciate the work with this video, would recommend to create a tut where you enable all the coding and programming subjects to relate as to how the World Wide Web works so new comers or self-taught programmers are able to understand as to what the back end requirement is for each who quest to grow and perhaps help in creating a better world for all. Thank you Asif
Thank you very much also this was the first one that worked for me where I could receive an email from any email. Now I can really get my website up and running now appreciate the video.
how this is done the user give you in email , mesg ..... who take it and send it to your email .... when u receive the message u get it from email of the hosting campny or what ..... is this service availble in all the hosting servers ..... and thank you
after running this on xammp it shows "Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\ContractForm\process.php on line 18" What should I do?
it's weird but the the source code u offered gives an error Parse error: Unclosed '{' on line 15 does not match ')' in E:\php\htdocs\php\process.php on line 18 ??
Thanks for the video! Everything works except for the validation. I'm not seeing a message if the information was sent or if all inputs weren't filled in. I do, however, see the 'working' message and have double checked the code/variable names. Everything seems to be working but this. I am using Bootstrap 4 and don't know if that's why.
Am already create a file that name has index.html if i will make another file that name index.php and write code to contact us then i will put this php file at the form link so its work or not i just want to know the php code write is nacesssary in html file??
@@snpzone774 If you face any problem or error you can write the on Google to find the answer, in my tutorial everything is perfect and clear, before creating any tutorial I work on that, then I will make the tutorial on particular topic.
@@OnlineITtuts how this is done the user give you in email , mesg ..... who take it and send it to your email .... when u receive the message u get it from email of the hosting campny or what ..... is this service availble in all the hosting servers ..... and thank you
Hi, My php is blank email, due to old version php . I need to send for the support which php version this to update a new . Could You send me urgently which php version this tutorial. thanks.
hello I used some different code and its working for me but its showing success message on another page how to display it on the same page of the contact form I am using bootstrap
Fatal error: Uncaught Error: Call to undefined function issset() in C:\xampp\phpMyAdmin\htdocs\BumbleBee3\index.php:279 Stack trace: #0 {main} thrown in how can ı fix by the way 279="if (issset($_GET['error'])) "
@@OnlineITtuts Thanks for your quick response. Can you please show or include link to the particular css code file of bootstrap that controls the form in your video, because you did not show it
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\AutoEmp\conct.php on line 20 ye error please btaen kia kree
thank you very much, but when I first-time test this code on ps.kz host it didn't work, but when I test in another host on hoster.kz it worked, for some people who has error I want to say test it in different host, maybe it will solve your problem, but code is perfectly work, I downloaded from www.onlineittuts.com/contact-us-form-in-php-with-mail.html, there you will have two files .php without .css file, you can download bootstrap.css file from there getbootstrap.com/docs/4.1/getting-started/download/ , after unzip folder and just use bootstrap.css file, good luck, and thanks a lot for author!
how to solve this problem ? Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\contact_us\process.php on line 18
I really couldn't understand what the guy was saying. Please consider adding some subtitles because even the automatically generated ones don't make sense. The accent is SO thick that the UA-cam algorithm is having a hard time generating intelligible sentences from the audio track. Perhaps even ask a native English speaker to do a voice-over? Thumbs down for now.
Thank you very much, for posting this tutorial. I have watched at least half a dozen tutorials, trying to learn how to create a Contact Us Form that will send me an email. All others were confusing and unclear. Your tutorial was super clear, concise and most helpful. I was able to follow you exactly and understand every line of code you wrote, because you explained your code so well. Thank you!!! :)
Thank you very much. I tried other people's PHP forms and they never worked. Then I saw your UA-cam site and I was able to use the form on my site.
After I found the semicolon I missed, it worked perfectly. Thank you a lot for this tutorial.
hi im a beginner so could you clear up on the part of bootstrap ?
@@anerose-lj1nothat's for styling
OnlineITtuts Tutorials you are the don! best tutorial ever :) 10,000 stars
You did a great job. So simple and straight forward, thumb up.
Thank u soo much sir... For this Knowledge
Thank u so much, sir this code is perfectly working.
how this is done
the user give you in email , mesg .....
who take it and send it to your email ....
when u receive the message u get it from email of the hosting campny or what .....
is this service availble in all the hosting servers .....
and thank you
thanks a lot, you save my time !!!
good luck in your works!!
So Nice tutorials, It's a very advanced tutorial.
Wonderful job on teaching manner, really appreciate the work with this video, would recommend to create a tut where you enable all the coding and programming subjects to relate as to how the World Wide Web works so new comers or self-taught programmers are able to understand as to what the back end requirement is for each who quest to grow and perhaps help in creating a better world for all.
Thank you Asif
thanks for you it's works fine for me after including bootsrap file
Simple and clear. Thanks.
First like n comment... Nice tutorial.. Keep it up...
but bro isn't you need to confiure your sender email and activate the smtp and use a token?
is mail() function send from the server's email?
Thank You so much it was so help full for me.
Thanks alot, worked perfectly!
can you help me..
Thank you very much also this was the first one that worked for me where I could receive an email from any email. Now I can really get my website up and running now appreciate the video.
how this is done
the user give you in email , mesg .....
who take it and send it to your email ....
when u receive the message u get it from email of the hosting campny or what .....
is this service availble in all the hosting servers .....
and thank you
after running this on xammp it shows
"Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\ContractForm\process.php on line 18"
What should I do?
Thank you so much
Nice. This additional reference if we want to build related one without hosting using apps script ua-cam.com/video/enUGXYMk6C8/v-deo.html
Awesome
Thak you dear, i subscribe you permenantly.
it's weird but the the source code u offered gives an error
Parse error: Unclosed '{' on line 15 does not match ')' in E:\php\htdocs\php\process.php on line 18
??
Still having issues, mine not working
Do I have to install any php thing extension like we install jdk and jvm for java
hello, nice tut. please why does the sender name not show in the inbox??
thank you very much❤
Thanks bro
Thank u so much.
Nice One !
STOP FAKE ACCENT! BTW NICE INFORMATIVE VIDEO... KUDOS
Pls. How do I get the bootstrap?
By using xamp we can send messages sir
how to do the same in wordpress
Thanks for the video! Everything works except for the validation. I'm not seeing a message if the information was sent or if all inputs weren't filled in. I do, however, see the 'working' message and have double checked the code/variable names. Everything seems to be working but this. I am using Bootstrap 4 and don't know if that's why.
damn, it doesnt work for me, i just dont get anything in my inbox for some reason :/
Same here got any solution?
same
Doesn't work with GMail or Yahoo etx
Same
mine works check ya spam@@aryamajuin5324
Can't I enable this feedback from my localhost?
Thanks.Is this code accessible ,such that one could use it ?
Name attribute value is not received on email. How to get name value on email as well
how can i get the same bootstrap?
you have video in your ads
When I press send button then it's take me to process.php page
Fix this problem???
Am already create a file that name has index.html if i will make another file that name index.php and write code to contact us then i will put this php file at the form link so its work or not i just want to know the php code write is nacesssary in html file??
Why do we need a live server here?
awesome
It doesn't work. Getting error on line 18 php.ini sendmail() is missing
Thanks so much. How did you add text color to the ''Please Fill in the blank, and Your Message Has Been Sent'' ?
this is bootstrap you can find alert alert-success this is bootstrap class name....
@@OnlineITtuts it's not sending to my Gmail plz tell me whats the problem
@@snpzone774 If you face any problem or error you can write the on Google to find the answer, in my tutorial everything is perfect and clear, before creating any tutorial I work on that, then I will make the tutorial on particular topic.
@@OnlineITtuts how this is done
the user give you in email , mesg .....
who take it and send it to your email ....
when u receive the message u get it from email of the hosting campny or what .....
is this service availble in all the hosting servers .....
and thank you
how to make with attach files on gmail?? can send pdf images??
Thank you man
I use your video tutorial but my form not Working??
It's working online you can get the email on localhost.
hello sir, please can you update the link, unable to find the file
What if i put a fake email? Like, just type an A in e-mail form.
Not working process.php blank page
How to save submitted email form in text file after email send.
I am encountering problems where did you dwnload the contact us zip file huhu please help
Hi, My php is blank email, due to old version php . I need to send for the support which php version this to update a new . Could You send me urgently which php version this tutorial. thanks.
hello I used some different code and its working for me but its showing success message on another page how to display it on the same page of the contact form I am using bootstrap
Please send me code
Fatal error: Uncaught Error: Call to undefined function issset() in C:\xampp\phpMyAdmin\htdocs\BumbleBee3\index.php:279 Stack trace: #0 {main} thrown in
how can ı fix
by the way 279="if (issset($_GET['error'])) "
I got that too. Any luck on figuring it out?
stop fooling people around, you didn't import any email class how the hell it managed to send an email ? you just made this for ads
you didn't show bootstrap.css coding
Thanks for the video. Please where is the css file ?
You can use Bootstrap CSS File, I used Bootstrap CSS Classes
@@OnlineITtuts Thanks for your quick response. Can you please show or include link to the particular css code file of bootstrap that controls the form in your video, because you did not show it
...and how did you add text color to the ''Please Fill in the blank, and Your Message Has Been Sent'' ?
Missing of css file
Index.html to process.php how
Fix this problem????
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\AutoEmp\conct.php on line 20 ye error please btaen kia kree
doesn't work .where is bootstrap.css in source code.
not submit the mail on my email id
idk why mine says the email was sent but, I never receive anything lol
isme usernae ko sent kon krega
What is in the bootstrap.css file
don't use it, it's a trap ;)
thank you very much, but when I first-time test this code on ps.kz host it didn't work, but when I test in another host on hoster.kz it worked, for some people who has error I want to say test it in different host, maybe it will solve your problem, but code is perfectly work, I downloaded from www.onlineittuts.com/contact-us-form-in-php-with-mail.html, there you will have two files .php without .css file, you can download bootstrap.css file from there getbootstrap.com/docs/4.1/getting-started/download/ , after unzip folder and just use bootstrap.css file, good luck, and thanks a lot for author!
Thank you very much for your help. I was looking for the bootstrap download for a while
not working
Is server free
It doesn't work. You edited the php code later and used phpmailer. Fake
I didn't change any code, you can checkout to follow on link which appeared inside video description
@@OnlineITtuts not working no error
Bhiya itee tej kiyo computer chala riye ho samapt too pad jan do
Hello
Amazing Work
Please Make For Blogger Same
how to solve this problem ?
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\contact_us\process.php on line 18
you are probaly running it on your computer? (localhost)
@@temal32 yes why ? it must have web hosting?
@@eddieboypiano2345 yes.
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\kripa\process.php on line 18
see this - ua-cam.com/video/Iv93yjdvkWI/v-deo.html
from 16:35
dont waste your time with this video
I really couldn't understand what the guy was saying. Please consider adding some subtitles because even the automatically generated ones don't make sense. The accent is SO thick that the UA-cam algorithm is having a hard time generating intelligible sentences from the audio track. Perhaps even ask a native English speaker to do a voice-over? Thumbs down for now.
Damn bro. He's just trying to help. He can't really do much about his accent. You would've just watched another video.
roses are red, violets are blue, people write slowly, why don't you too?
terrible audio, accent can't understand half
true :D
Fake waste of time.
you never reply #OnlinelTtutsTutorials
everytime i submit the form the email goes into spam, how to prevent this please #OnlinelTtutsTutorials
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\c\Process.php on line 19
getting same error in 2023
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\php_email_send\process.php on line 18
I also have this kind of error. did you already answered this? what did you do? can u help me
@@noviequinton9918 to solve this you need to run your script on a server and not on a localhost