I need some help to put a simple php tag in this code
$return.="<form method='post' action='#'><input type='submit' value=''><input type='hidden' name='task'></form>";
I need to put the php - <?php echo $htmlString; ?> - in the first input tag
Can somebody help please?
Thanks