Hello everybody,
I´m trying to use FCKeditor us a real editor and i need to save the contents into a file, like it does with the images, uploading to a folder into de server. Better explaning, after writing the content, when I press the button Submit, I woud like to create a file into the server, like word does when whe save a new file.
I´m creating a project in PHP and I don´t want to save into a register of a table. Is it possible ?
Thanks a lot.
I´m trying to use FCKeditor us a real editor and i need to save the contents into a file, like it does with the images, uploading to a folder into de server. Better explaning, after writing the content, when I press the button Submit, I woud like to create a file into the server, like word does when whe save a new file.
I´m creating a project in PHP and I don´t want to save into a register of a table. Is it possible ?
Thanks a lot.
Re: How can I save the content into a file not in a database
You can save a PDF file. Fpdf is a libraries you can use.
Re: How can I save the content into a file not in a database
Hi,
it can save the file as vector pdf (ediatable pdf) or as a picture?
Also, can editor open the .doc and .pdf files that are being uploaded to my site.
Please let me know.
Thanks