Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

making a blog using php [closed]

Tags:

php

I am new to php and wanted to make a blog using php where every one can see the contents posted in the site but another administrator page should be there which can edit, add or delete posts

How can i code a page like that? What are the logics required?

like image 592
shah.shakthi Avatar asked Nov 26 '08 11:11

shah.shakthi


2 Answers

no1: If you just need a blog software, don't write it yourself, there are tons of free services and applications you can use or adapt

no2: If you want to do this because you want to learn php, go ahead!

no3: Best way of doing this is following a tutorial! 10 seconds of googling is enough and will help you much more than posting a question like that here: http://www.google.ee/search?q=tutorial+php+blog

like image 190
markus Avatar answered Oct 13 '22 00:10

markus


There are lots of tutorials for this sort of venture around the internet.

I think It may be a bit too much to write in a single answer here.. You're best to choose one of these tutorials or find a book that uses building a blog as a means for learning more about PHP.

like image 23
dylanfm Avatar answered Oct 13 '22 01:10

dylanfm