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'])."";? > 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'] ."'>"; ?> 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 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
Archived
This topic is now archived and is closed to further replies.