Skip to content

priti-kachiya/ckeditor-with-image-upload-in-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ckeditor-with-image-upload-in-php

for database configuration $host = "localhost"; /* Host name / $user = "root"; / User / $password = ""; / Password / $dbname = "test"; / Database name */

#create table using following code in test database

CREATE TABLE contents ( id int(11) NOT NULL PRIMARY KEY AUTO_INCREMENT, title varchar(255) NOT NULL, short_desc text NOT NULL, long_desc text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published