View Single Post
  #1 (permalink)  
Old 07-13-03, 05:34 AM
paulj000 paulj000 is offline
Bull in a china shop
 
Join Date: Jul 2003
Location: California, USA
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
get vars from local file into textareas

Hello,

How would I go about getting the content of 4 variables from various local files and into a form so they can be edited?

There is other PHP code in these files that I do not want to be processed - I just want the variables contents to be put into each textarea.

I want the PHP page to print out each variable something like this:

PHP Code:

print "<textarea name=page cols=\"95\" rows=\"13\" wrap=\"VIRTUAL\" class=\"box\">".$content."</textarea>"
Thanks - Paul
Reply With Quote