I am interested in learning how to create a blog using PHP. I am looking for sample code to learn from. I have tried searching for this using google but was unable to find any.
Any help is appreciated.
Matt
Printable View
I am interested in learning how to create a blog using PHP. I am looking for sample code to learn from. I have tried searching for this using google but was unable to find any.
Any help is appreciated.
Matt
Rather than looking for sample blog code, prehaps you'd be best looking for Database access with mySQl code. The rest is just logic not code :)
Html knowledge would help :)
Take a look at http://wordpress.org ... it's a PHP/mySQL based blog system.... open source to boot.Quote:
Originally Posted by ddmeightball
-tg
Blogs are possibly the easiest PHP thing you can design, but really, if you do not know HTML they can be a pain in the ***. Don't look at example code, because it is designed a totally different way then you may want it, just practice PHP more then come back to it. Start by making simple scripts.
I have HTML knowledge and some PHP experience. I am having problems though with a parse error when I try to get the values from a table in a database. WHen I get home, I will post the code so you can take a look and see what I mean.
ok, I will take a look at it whenever you post it and I will try to see what is wrong.