+ 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.
5 Antworten
+ 7
now m create a blog with ck editor
+ 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.
+ 2
laravel framework
0
nice dear
0
Solution! inbox me