How To Import Large Excel File To MySql Database Using PHP
问题 I have to upload excel file's data to MySQL database using php. I have found the code for that but I am unable to upload large files. Can anyone please tell me that how can I increase the max file size limit for the code mentioned in below link: http://www.9code.in/how-to-import-excel-file-to-mysql-database-using-php/ <!DOCTYPE html> <?php include 'db.php'; include 'Excel/reader.php'; function uploadFile($fieldName, $fileType, $folderName, $name = "") { $flg = 0; $MaxID = ""; $ext = "";