MYSQL Table to Text Document

Results 1 to 3 of 3
  1. #1
    Member zell_11 is offline
    MemberRank
    Aug 2005 Join Date
    ScotlandLocation
    98Posts

    MYSQL Table to Text Document

    Ok i am having a reviews system on my website. Now i am also looking to give the option for people to download the review if they want to. Now i was wondering how I could take the information from the mysql database and when the button is clicked generate a text file for the person to download


  2. #2
    Grand Master FragFrog is offline
    Grand MasterRank
    Aug 2004 Join Date
    The NetherlandsLocation
    5,629Posts
    use PHP and fwrite() :)

    Or simply send the data trough an artificial header, but that'll require a bit more code :)

  3. #3
    Member zell_11 is offline
    MemberRank
    Aug 2005 Join Date
    ScotlandLocation
    98Posts
    Thanks, didn't know that function was in php aswell



Advertisement