<?php on(release){ loadVariables("http://www.mojastrona.pl/mail.php", this , "GET"); } ?>
Natomiast plik mail.php na moim serwerze zawiera taki kod :
<head> <title>mail</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> </head> <body> <?php function zmiana ($zmienna){ return $ciag; } $msg = "Od: ".zmiana($imie) ." \n"; $msg .= "E-Mail: $email \n"; $msg .= "Tre¶ć wiadomo¶ci: \n"; $msg .= "\n"; $msg .= "".zmiana($tresc) ." \n"; $msg .= "\n"; $msg .= "\n"; $msg .= "-----------------------------------------------------------------------"; $msg .= "\n"; $msg .= "Wiadomo¶ć została wygenerowana z formularza "; $msg .= "\n"; $msg .= "----------------------------------------------------------------------"; $msg .= "\n"; $msg .= "\n"; $odbiorca = "moj@mail.pl"; $temat = "Kontakt ze strony www"; $mailheaders = "From: $email"; ?> </body> </html>
Problem jest tego typu, że wiadomość wysyła się ale nie ma maila nadawcy, imienia nadawcy ani treści wiadomości.
Proszę o wskazówki

// edit : kod action script nie zaczyna się od <? i nie kończy się na ?>