Re: How do you create a contact form with PHP mailer?

@2, learned something new -- didn't know about

<label for>

. smile
Calling

isset()

is quite unnecessary here though since you made all the fields "required." However, should you alter that and remove that component, that would immediately become a necessity. Finally, don't include multiple calls to

html_output()

. That will make you have pages within pages, which just looks weird, and your title will be different (HTML is processed line-by-line, so using

<title>

multiple time only causes the last use of that element to actually set the title).
@OP: I'm a bit confused on why you want to use PHP mailer and not just

mail()

/

sendmail()

though...



-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : riku via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : riku via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : riku via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : tdani via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : thetechguy via Audiogames-reflector

Reply via email to