Jump to content

Button is not working


Recommended Posts

Why the button "Enviar Emails" is not working? --> http://www.ibnshare.com/email/ (login: 123abc password: 123abc)

 

echo '<form action = "send.php" method = "post">';
echo '<strong>Assunto do Email</strong><br />';
echo $emailSubject;
echo '<br />';
echo '<strong>Corpo do Email</strong><br />';
echo $emailBody;
echo '<br /><br />';
echo '<input name = "send" type = "button" value = "Enviar Emails" />';
echo '</form>';

Link to comment
https://forums.phpfreaks.com/topic/247754-button-is-not-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.