View Single Post
Old 03-06-2010, 09:22 AM   #3 (permalink)
JayGarland
The Wanderer
 
JayGarland's Avatar
 
Join Date: Feb 2010
Location: London, England.
Posts: 7
Thanks: 5
JayGarland is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
Just echo what you need inside the form, someting like this

Code:
<textarea>
<?php echo "Hello World"; ?>
</textarea>
That would work but I mean display the variables from an existing file, so when you update the code, the file is updated, therefore the text inside the text area is updated.

I have an alternative for now, just useful if anyone can help with the displaying of a complete php file.
JayGarland is offline  
Reply With Quote