Flash/php/mySQL?
Flash/php/mySQL?
Out of context: Reply #4
- Started
- Last post
- 11 Responses
- vaxorcist0
I'd try:
$status = mail($to, $subject, $body);
and then send $status back to the AS3, output it somewhere and see what the $status says, or just write it to a text/log file....