03-06-2010, 09:22 AM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Feb 2010
Location: London, England.
Posts: 7
Thanks: 5
|
Quote:
Originally Posted by Village Idiot
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.
|
|
|
|