View Single Post
Old 03-05-2010, 05:26 PM   #1 (permalink)
JayGarland
The Wanderer
 
JayGarland's Avatar
 
Join Date: Feb 2010
Location: London, England.
Posts: 7
Thanks: 5
JayGarland is on a distinguished road
Book 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.
JayGarland is offline  
Reply With Quote