Klam Posted March 26, 2007 Share Posted March 26, 2007 My company has outsoucre a vendor to do a website but there are some problems with it, the vendor told us that PHP 5.0 have some issue with chinese characters and uploading of the file (we test by uploading some file size ranging 2mb to 13mb but it won't upload but the upload limit is 80mb.) The php version is 5.20 and the database that we are using is ms access. Is it php and access is conflicting each Link to comment https://forums.phpfreaks.com/topic/44288-qns-about-php/ Share on other sites More sharing options...
TEENFRONT Posted March 26, 2007 Share Posted March 26, 2007 Best bet would be to use PHP with MySQL, not access. I dont understand why your using access, its hardly a scalable DB. Even if you bumped it up to use SQL server, its defeating the point of coding it in PHP and having the whole open soruce, free vibe. Link to comment https://forums.phpfreaks.com/topic/44288-qns-about-php/#findComment-215120 Share on other sites More sharing options...
Klam Posted March 26, 2007 Author Share Posted March 26, 2007 Company policy, they have been using it for a long time, their reason for using is access is that the DB is small Link to comment https://forums.phpfreaks.com/topic/44288-qns-about-php/#findComment-215134 Share on other sites More sharing options...
Klam Posted March 27, 2007 Author Share Posted March 27, 2007 Does anyone know any bugs Link to comment https://forums.phpfreaks.com/topic/44288-qns-about-php/#findComment-215839 Share on other sites More sharing options...
desithugg Posted March 27, 2007 Share Posted March 27, 2007 Does anyone know any bugs umm i think php has a default max execution time of 30 seconds maybe that is getting in the way...im not sure though just a wild guess Link to comment https://forums.phpfreaks.com/topic/44288-qns-about-php/#findComment-215842 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.