Results 1 to 8 of 8

Thread: idea for a php website?

  1. #1

    Default idea for a php website?

    we're asked to make a php website tha uses mysql. any ideas?

  2. #2
    CimminyCricket's Avatar
    Join Date
    May 2006
    Posts
    4,911

    FFXIV Character

    Caedus Ulvein (Sargatanas)

    Default

    Pokemon.

  3. #3
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    You could make a messageboard. I made one of those in PHP/JSP/XHTML/CSS/MySQL at uni, but it could easily be done in PHP/XHTML/MySQL.

  4. #4
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    If you read between the lines, all they're asking for is a site with dynamically generated pages, where some of the content comes from a database. The database can contain any info you want to stick in it A forum is good, but unless they specifically said you need to write back to the database too, depending on how big the project is meant to be and how much time you've been given, it may be suitable, it may be overkill

    You could be really lazy and have a database with one table with 2 keys in it, and all the php page does it take a value to look up in the first column, and spit out the matching result from the second or some error if not found Of course, you learn less or put less skills into practice that way
    Problems playing downloaded videos? Try CCCP


  5. #5
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    I made one that displays all the dolls I've drawn.

  6. #6
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Quote Originally Posted by rubah View Post
    I made one that displays all the dolls I've drawn.
    *draws Rubah*
    FOA

  7. #7
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,655
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    ooh, I can't wait to see it balokiw

  8. #8

    Default

    any website reference i could use?

Posting Permissions

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