View Single Post
  #5 (permalink)  
Old 12-11-03, 06:00 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
Quote:
Originally Posted by pinochio53
do you mean Dreamweaver, I do use dreameaver, but I want a script that will let people edit thier source online without having to download any programs.
simply you need to open the file you want to write and include it in a text area like this :
PHP Code:

echo'<textarea rows="20" name="S1" cols="20">'.$file.'</textarea>'
$file contains the file after it's been opened for writing ..
and after the form is submited, write the file on it ..
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Reply With Quote