jeudi 9 avril 2015

echo inside text area: Anyone know why this form isn't working properly on live server? it works on my local host [duplicate]


This question already has an answer here:




This is my code below, it works when I run it on my localhost, but since I have uploaded it to my site via CPanel, it just loads the url http://ift.tt/1frCg0n and shows a blank screen, any ideas would be greatly appreciated!!



$text = array_values($text[0]);
$text2 = implode(",", $text);
$finalText = strip_tags($text2);
?>


<form action="http://ift.tt/1frCg0n" method="POST">
<textarea name="text" style="display:none">
<?php echo $finalText ?>
</textarea>
<input type="submit" name="submit" value="Submit"/></form>


</body>
</html>

Aucun commentaire:

Enregistrer un commentaire