SitePoint Sponsor

User Tag List

Results 1 to 2 of 2

Thread: New to MySQL

  1. #1
    SitePoint Zealot
    Join Date
    Sep 2003
    Location
    Temecula, CA
    Posts
    107
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    New to MySQL

    I just got "Build your own Database driven website" in reading the first few chapters, I'm not sure if this book can help.

    I wanted to use this to have a database of excel/MSdocs as an archival. These docs would need to be able to be 'pulled' to view or print in thier original format/style.

    Can this be done??

  2. #2
    ¿uʍop ǝpısdn ʎɥʍ velocd's Avatar
    Join Date
    Aug 2002
    Location
    California
    Posts
    449
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, this can be done using MySQL as the database, and developing with PHP.

    You just need an HTML form to upload the documents to the web, storing them as data in a MySQL table.

    This is probably not a task for a complete beginner to programming, and perhaps you ought to start with smaller applications, learning that book you bought. Or maybe there is already such a script located at sourceforge.net or hotscripts.com.

Bookmarks

Posting Permissions

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