Simple Html Php Mysql Forum ?

Discussion in 'PHP' started by gether, Jan 26, 2013.

  1. #1
    gether, Jan 26, 2013 IP
  2. Viola94

    Viola94 Notable Member

    Messages:
    450
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    218
    Digital Goods:
    7
    #2
    Hello,

    Well, I think you have to learn more about HTML, PHP and MySQL before trying to create something like that. If you need to create a forum, there are alot of free scripts, like MyBB, PhpBB, etc. Good luck!
     
    Viola94, Jan 26, 2013 IP
  3. signorm68

    signorm68 Well-Known Member

    Messages:
    984
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #3
    I think you trying to make "step 2" and you didn't make "step 1" so start from here:
    http://www.w3schools.com/php/default.asp and learn "step 1" ad then proceed to "forum task" which would be step 2
     
    signorm68, Jan 26, 2013 IP
  4. ArMouR

    ArMouR Well-Known Member

    Messages:
    161
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    130
    Digital Goods:
    1
    #4
    I could be wrong but I'm just expressing my honest opinion to OP. While the article shows a simple example on what to do, I don't particularly like how this is being taught.

    You should start with something a little more simple like perhaps creating an html form that posts to a php page which inserts the data into a database. It is more or less the same concept involved with a forum but simpler - to get started I mean. In that way, you get the opportunity to learn what each and every function does (PHP aspect) while referring to the php documentation on php dot net. TIP: I use phpmyadmin to create tables in mysql since its so much easier (since its a fairly decent user interface) but also because it shows you the actual SQL statements being generated. This helps you to quickly learn the database commands (SQL) or use it as a "refresher".

    After you successfully build a form that creates entries into a database, then proceed to create a page using PHP to access the entries in the database.

    A simple forum is essentially the above (using specific fields) with an authentication method to differentient one user's post from the other.

    Good luck with your learning and development ;)
     
    ArMouR, Jan 27, 2013 IP
  5. gether

    gether Member

    Messages:
    87
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #5
    yea thanks a lot .. for the replies..

    few days ago.. i thought .. it was the space in mysql table that was displayed in a forum form ... you know the varchar , longtext .. things like that ...

    now i know that you call the html page with a form and script in it ...
     
    gether, Jan 27, 2013 IP