Results 1 to 2 of 2

Thread: PHP Question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    Hod Hasharon, Israel
    Posts
    109

    Arrow PHP Question

    I'm trying to build a website using PHP which will display articles, using only 2 HTML pages. One used as a menu for the user to chose the article he wants to display, and the second one displays the article.
    What will be the best way to store the articles? I thought storing
    the articles on a MySql database, but can 1 field in a database
    contain an entire article??
    "Don't imitate, Innovate!"

  2. #2
    scoutt
    Guest
    it should. MySQL can hole upto 4T bytes now I think. the latest version that is.

    or ou can have the article in a different folder on the server and just have the name to that article in the DB, that way you don't have to worry about the size of the table.

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