Hi,
im trying to create an website construtor.
i want to create an html page with editable text areas to edit with fck.
the idea is: fck in the top of the page, then the html on the bottom.
(i have to work in PHP)
when i click in save as... it saves the html in the drive of the user as an html file..
how can i do this?
im am novice in this area.
this is a school project.
Thanks! please help me getting a good grade..
--------------------------------
X-Treme - rvsjoen Said:
Write a php function that gets the POST variable sent by the editor to a file and call it from the form action
These php commands should point in the right direction, look them up at php.net
fwrite()
file_put_contents()
fopen()
----------------------------------------
could you give me the example of an html page with fck editor on it?
write the code please?..
i tried but i was no able to do it... desperating..
Tue, 04/26/2005 - 16:03
#1