Hi,
I'm looking for a way to make it easier for a user to login on a homepage, and change some text.
I have created a website for a company.
Instead of a user needing to login to the FTP server, and find the wanted php/html file, they want to edit, I'm searching for a way, so they can do it directly from the homepage.
The user will be able to login, go to an Admin Menu, where the user can see all the homepage's content. When the user clicks on the requested page he wants to edit, it will open up with an Editor. The user is now able to write in plain text. When the user is done editing, it will convert the text to html.
For example when the user makes a Space, the Editor will make a[text] <br />[/text] for him.
Smilar to this system, where I wrote this thread.
I hope you follow me.
Thanks in advance.
Searching for a Text2html-something.
Moderator: General Moderators
- AbraCadaver
- DevNet Master
- Posts: 2572
- Joined: Mon Feb 24, 2003 10:12 am
- Location: The Republic of Texas
- Contact:
Re: Searching for a Text2html-something.
There are lots of these editors available for free. You just add the javascript to your page and it converts the textarea to a HTML editor. The ones that I am familiar with are CKeditor, TinyMCE and Xinha.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.