Installation !!!

Discussion in 'PHP' started by pulikuttann, Apr 26, 2007.

  1. #1
    I am planning to make an installation (like phpbb and others) part for one of my php script.So can anyone plz tell me the method ???
     
    pulikuttann, Apr 26, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    No.

    Unless you tell us what this script needs to do. Create database tables? Create folders?

    Be WAY more specific.
     
    nico_swd, Apr 26, 2007 IP
  3. pulikuttann

    pulikuttann Banned

    Messages:
    1,839
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah !
    It needs a database !
    thats why I need the installation part !
     
    pulikuttann, Apr 26, 2007 IP
  4. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #4
    Export the table in PhpMyAdmin and copy the query (CREATE TABLE [...]). Then put it in your script and run it using mysql_query().
     
    nico_swd, Apr 26, 2007 IP