Shadowing Posted December 15, 2011 Share Posted December 15, 2011 been messing with this for half a hour cant find the right format for adding this $_GET in the action part of this form <?php echo '<form name="newmessage" method="post" action='"send_message.php?goauld=".($_GET['goauld'])."";? > Quote Link to comment https://forums.phpfreaks.com/topic/253217-php-function-in-a-html-form/ Share on other sites More sharing options...
kney Posted December 15, 2011 Share Posted December 15, 2011 <?php echo "<form name='newmessage' method='post' action='send_message.php?goauld=". $_GET['goauld'] ."'>"; ?> Quote Link to comment https://forums.phpfreaks.com/topic/253217-php-function-in-a-html-form/#findComment-1298074 Share on other sites More sharing options...
Shadowing Posted December 15, 2011 Author Share Posted December 15, 2011 thanks alot Kney Quote Link to comment https://forums.phpfreaks.com/topic/253217-php-function-in-a-html-form/#findComment-1298078 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.