Results 1 to 6 of 6

Thread: Designing a Blog in PHP

  1. #1

    Thread Starter
    Addicted Member ddmeightball's Avatar
    Join Date
    Nov 2004
    Location
    Nebraska
    Posts
    183

    Designing a Blog in PHP

    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
    Otaku no Kamisama – God of the Geeks

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Designing a Blog in PHP

    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

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Designing a Blog in PHP

    Quote Originally Posted by ddmeightball
    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
    Take a look at http://wordpress.org ... it's a PHP/mySQL based blog system.... open source to boot.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    Re: Designing a Blog in PHP

    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.



  5. #5

    Thread Starter
    Addicted Member ddmeightball's Avatar
    Join Date
    Nov 2004
    Location
    Nebraska
    Posts
    183

    Re: Designing a Blog in PHP

    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.
    Otaku no Kamisama – God of the Geeks

  6. #6
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    Re: Designing a Blog in PHP

    ok, I will take a look at it whenever you post it and I will try to see what is wrong.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width