phpretard Posted October 22, 2007 Share Posted October 22, 2007 I'm banging my head trying to figure why this won't validate. I know the javascript it's calling works...but it wont call goshdarnit! echo"<form method=post name=bd action=\"{rsvp_bday.php\" style=\"width:250\" onclick=return {validateForm(bd)}>"; -Anthony Quote Link to comment Share on other sites More sharing options...
trq Posted October 22, 2007 Share Posted October 22, 2007 Whats with the curly braces? Try... <?php echo "<form method=\"post\" name=\"bd\" action=\"rsvp_bday.php\" style=\"width:250\" onclick=\"return validateForm(bd);\">"; ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.