If anyone wants a nice PHP contact email page, that is all contained on one page, with a spam guard, PM me and I'll gladly send you the code. It even puts a nice header so you can reply back to the sender easily if he puts a valid email address.
first of all dude, put the fucking fish finger out of you mouth when you talk. then choose some music that is, hmm lets say a little less GAY and last but no least: Learn some valid PHP!
i have a completely flash site. i already have the contact form page designed, i just need to know how to connect this information into my flash site so that it will send the information properly, any suggestions?
1. Its a tutorial, the objective is to TUTOR people in what you're doing.
2. Yes you can zoom in but that distorts the image makes it grainy and even when zoomed in some characters are in-discernible
3.point taken.
BUT
4. When you post tutorials, try to make them as error free as possible. The extent of my php knowledge, is echo's if's and else's and i had to correct your errors as i went. I could count 3 off the bat on the form, and 5 off the bat on the php document.
If anyone wants a nice PHP contact email page, that is all contained on one page, with a spam guard, PM me and I'll gladly send you the code. It even puts a nice header so you can reply back to the sender easily if he puts a valid email address.
DawnOfTheDead991 1 week ago
This has been flagged as spam show
first of all dude, put the fucking fish finger out of you mouth when you talk. then choose some music that is, hmm lets say a little less GAY and last but no least: Learn some valid PHP!
LostEquinox 2 months ago
Comment removed
LostEquinox 2 months ago
song name?
AcePlauX 4 months ago
Terrible
voodazz 1 year ago
whoa wwhat is this music? its not the album version of happy endings... what is it?? whered u get it
ChrisHoffmannStudios 1 year ago
number 8 to add "<" in front of the input for the submit button...ok guy
kingrich21470 1 year ago
Sloppy coding
734893 1 year ago 2
Another poorly thought out, poorly delivered tutorial from somebody who thinks they know what they are doing but don't!!
SuperVodka2 2 years ago
i have a completely flash site. i already have the contact form page designed, i just need to know how to connect this information into my flash site so that it will send the information properly, any suggestions?
snookipie86 2 years ago
There is no validation to make sure people just don't click submit and you have a lot of blank e-mails! You need to do something like
if(empty($_POST['name']) {
echo "please enter your name"; exit(); // stop form from loading
}
I think this is a nice try but it will miss-lead so many new comers to PHP.
mhooper 2 years ago
it tryed it but when i was pushing SUBMIT button a blank page was appearing.. HELP
paulermania 2 years ago
Thank you for making this.
But just one small suggestion, try to talk your way through typing all this.
You did a great job though.
Hard work.
With youtube's screen resolution it is hard to see every letter clearly, i just want to see it.
It may look clear to some.
But maybe it was converted too many times.
thanks though i liked it!
nj20baller 2 years ago
lol whats wit the music? What a clown.
BaltimoreCapo 3 years ago
Oh, silly, why you quickly changed from talking to horrible loud music?
Can hardly see what you are typing.
If I want to listen to music, I don't have to come here.
msahib 3 years ago
1. i see no reason in saying every thing i type xD
2. u must be blind, i see perfectly and no one else has said so, or just press ctrl and scroll with your mouse to make the site bigger (wow)
3. why didnt you mute it???? rofl
MisaelRoman 3 years ago
1. Its a tutorial, the objective is to TUTOR people in what you're doing.
2. Yes you can zoom in but that distorts the image makes it grainy and even when zoomed in some characters are in-discernible
3.point taken.
BUT
4. When you post tutorials, try to make them as error free as possible. The extent of my php knowledge, is echo's if's and else's and i had to correct your errors as i went. I could count 3 off the bat on the form, and 5 off the bat on the php document.
kaikarden 2 years ago
at least you should check every variable like:
$text = strip_tags(trim($_POST['text']));
freddyfamous 3 years ago
yes i have seen this type of form been hacked easily so i was wondering how it can be made safe thanks
tuckbloor 3 years ago
well the only way to not get hacked is to have a secure thats all patched
MisaelRoman 3 years ago
thanks for this but how do you make this contact form secure i am new to php thanks
tuckbloor 3 years ago
whatdo u meen by secure? like so they cant spam with it?
MisaelRoman 3 years ago