Rows are limited

Discussion in 'Databases' started by trtrtrtr, Sep 17, 2008.

  1. #1
    Hi ;
    Im trying to insert about 10000 rows to a table using php script , but only limited rows are inserted..

    did any one know what is the problem??
     
    trtrtrtr, Sep 17, 2008 IP
  2. chisara

    chisara Peon

    Messages:
    141
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you are doing this via a webserver are you running into errors in your htttp error log or php time limits.

    A bit more information about the setup of the enviroment / script might be usefull
     
    chisara, Sep 17, 2008 IP
  3. maxdes

    maxdes Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Check your php version.
     
    maxdes, Sep 17, 2008 IP
  4. d.arbib

    d.arbib Guest

    Best Answers:
    0
    #4
    why do you need so many rows? :confused:
     
    d.arbib, Sep 17, 2008 IP
  5. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #5
    Put set_time_limit(0); at the top of the script.
     
    mwasif, Sep 18, 2008 IP
  6. M.Zeb Khan

    M.Zeb Khan Peon

    Messages:
    104
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Why not use phpMyAdmin to do it for you??
     
    M.Zeb Khan, Sep 18, 2008 IP