NameSilo

Which wysiwyg editor for mysql?

Spaceship Spaceship
Watch

killay

Established Member
Impact
2
Hi,

I've been looking around the glooble to find a good wysiwyg editor that is easy to use with mysql. At first let me tell you I aint't an expert in php and mysql but can modify some acode to add other free scripts for example... except for this one :p

I tried checking for tinymce, alot of people hate it and can't seem to find on the forum how to use it.

Does anyone of you have a suggestion?

Oh and is there maybe an example of two pages in php (one with the wysiwyg editor and one with the written content... don't forget the small database)


Kind regards
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
When you say a wysiwyg editor for mysql what exactly do you mean? You want it to have mysql syntax or do you want it to save the content into a mysql database?
 
0
•••
I would like to save the content in a mysql database and offcourse recall it from a certain page.
It should also be possible: if I want to re-edit the page, the content should be automaticly be entered again in the wysiwyg.

Another problem:
The wysiwyg editor will be placed in an admin panel. Should I still be aware of mysql injections?

Regards
 
0
•••
Most wysiwyg editors should work. Although some are explicitly for php or .net. Basically the wysiwyg editor replaces a html textarea so when clicking save on that form you can grab the data with a normal $_POST var. Then you have the data to put into your database like normal.
 
0
•••
If you by WYSIWYG editor mean that you are looking for something like Dreamweaver for programming then such software does not really exists. Programming is quite different from, for example, designing a website using html. You can get software that will work a bit like a HTML WYSIWYG editor and generate trivial code. As you mention you should be careful uploading code you don't understand as it likely could be vulnerable not just to MySQL injections but to all sorts of security threats.

However the best way to learn is by playing around with the code! (just don't upload to a production server :) )
 
0
•••
I never used any, but i will like to use them.
 
0
•••
Since there are many mysql wysiwyg editor, Is there any could directly connect to your host Mysql ?
 
0
•••

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back