03-05-2010, 05:26 PM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Feb 2010
Location: London, England.
Posts: 7
Thanks: 5
|
Display PHP code in text area help.
Hi, I have a text area, and I would like to display data from example.php into it, for example.
I want this to show in the text area, but obviously with my own.
<?php
$var = "var";
$var2 = "var";
?>
So basically, the PHP code from the file.
If anyone could help me with this, it would be greatly appreciated.
|
|
|
|