This is a discussion on upload excel within the PHP Programming forums, part of the Web Development category; Hi Please can anyone helpme to upload 2000 records from excel file into Mysql database. while uploading it should check ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi Please can anyone helpme to upload 2000 records from excel file into Mysql database. while uploading it should check for the duplication . Ihave used the inarray function to check the duplication. It works for 300 records. But when i insert 1000 records, it shows me the error to increase the memory limit to 16MB. when i increase the memory size it gives me the error as Timeout. by, shaalini.s |
| Sponsored Links |
| |||
| you can use this function: set_time_limit ( Seconds ); 1. if you give Seconds as 60 - the page will execute upto 60 sec. set_time_limit ( 60 ); 2. OR - you give Seconds as 0 (zero) - the page take the maximum excute time to that page. set_time_limit(0); |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| upload file | Kirubhananth | ASP and ASP.NET Programming | 5 | 03-13-2008 03:19 AM |
| Excel to mysql | write2ashokkumar | Database Support | 5 | 10-30-2007 09:45 PM |
| Example of Image Upload | hanusoft | ASP and ASP.NET Programming | 2 | 09-20-2007 10:59 PM |
| How to upload an image to DB in ASP.Net? | mobilegeek | ASP and ASP.NET Programming | 6 | 09-18-2007 11:18 PM |
| jdbc with excel | krishnakumar | Java Programming | 30 | 09-13-2007 03:48 AM |