Hello all,
I made a little app that grabs a html file then opens it inside fckeditor and once i hit save it saves the html file all is good
BUT lol I need to know how I could select files from the server for editing i guess it would use a drop down etc but how would i code it for the drop down...
I am using two functions in my code
$cont = file_get_contents('index.html'); ?>
file_put_contents('index.html', $_POST['FCKeditor1']);
thats all
can you help pleease ty
Mark