I’m using a flash email form and the .php is in a subdirectory of mysql on my server (phpmyadmin). when I hit send it just tries to find the server. is my code bad for the send button?
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables(“phpmyadmin.email.php”, “POST”);
}