Jump to content

Php into an html text area


designedfree4u

Recommended Posts

I'm trying to make a scrollable area that contains Php.

 

I tryed:

 

<form name="form1" method="post" action=""><textarea name="textarea">
<?php
echo "<img src='http://jaybirdfolio.com/News%20Template/TodaysNews/MainNews/mccain.gif'>"; 
?> 
</textarea>

</form>

 

But it just gives me text with in the box. How would i create a scrollable php area?

 

Thank You

Link to comment
https://forums.phpfreaks.com/topic/121350-php-into-an-html-text-area/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.