|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
PHP, forms and Flash
I am having some trouble with this coding. When I try to send the form, it doesn't send anything. Can someone please help me by telling me what to fill in and with what? I have no PHP experience so please be nice
<? $to = "you@yourdomain.com"; $msg = "$namenn"; $msg .= "$messagenn"; mail($to, $subject, $msg, "From: My web sitenReply-To: $emailn"); ?> Thanks y'all. Bone |
|
#2
|
|||
|
|||
|
RE: PHP, forms and Flash
|
|
#3
|
|||
|
|||
|
RE: PHP, forms and Flash
try php.net/mail
also place a @ simbol at the front to stop errors that may occur $header = "From: name@host.com;rn"; $header .= "Reply-To: name@host.com;rn"; mail($emailto, $subject, $message, $header); |
|
#4
|
|||
|
|||
|
RE: PHP, forms and Flash
This might be a stupid supply but I already made this mistake so I guess it is worth mentioning. If you don't the Flash enabled in Apache or whatever you are using, nothing it won't work.
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > PHP, forms and Flash |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|