[HELP] How to create a blog system in PHP with Database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

[HELP] How to create a blog system in PHP with Database?

Requirements:- 1. form with text editor [ I have problems] 2. update or delete 3. simple blog for a website.

16th Oct 2017, 4:18 AM
Saurav Saini
Saurav Saini - avatar
5 Answers
+ 7
now m create a blog with ck editor
23rd Oct 2017, 6:48 PM
Saurav Saini
Saurav Saini - avatar
+ 5
it's easy, 1. make a html page with required form which includes all required inputs and stuff e.g inputs : 1 title 2 author 3 description (real blog text input ) 2. Create a database with required tables and columns eg tables : Columns 1 user info//only if needed 2 blogs : title, tags, date of creation, last updated, text(blog text) etc 3 Form : use <textarea> for taking input for blog text and use JavaScript to enable custom features like a normal blog text editor does.
17th Oct 2017, 10:12 AM
Kuldeep Kumar
Kuldeep Kumar - avatar
+ 2
laravel framework
16th Oct 2017, 6:22 PM
Thiago Vieira de Aguiar
Thiago Vieira de Aguiar - avatar
0
nice dear
12th Nov 2017, 3:18 AM
Muhammad UZAIR
Muhammad UZAIR - avatar
0
Solution! inbox me
10th May 2019, 7:01 PM
Tugume Daniel
Tugume Daniel - avatar