Developing PHP Applications

Zhannar Personal Blog

  • HOME
  • About

Archive for May, 2008

Easier way to Maximize the Import Limit of your PhpMyAdmin

  • May 17th, 2008
  • Posted in PHP-MySQL

Just simply add this code to the top of your config.inc.php file. <? ini_set('memory_limit', '32M'); ini_set('upload_max_filesize', '20M'); ini_set('post_max_size', '20M'); ini_set('max_execution_time', '1800'); ini_set('max_input_time', '1800'); // … rest of the config.inc.php …// ?> This is much more helpful if you don’t have access to ‘.htaccess’ file[ READ MORE ]

Information

Change this sentence and title from admin Theme option page.
RSS FEED

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Pages

  • About

Recent Posts

  • Easier way to Maximize the Import Limit of your PhpMyAdmin
  • Javascript’s function that fetch URL parameters. (PHP’s $_GET emulator)

Categories

  • Javascript
  • off-topic
  • PHP-MySQL
  • Seasons
  • Tutorials
  • Zend Framework
  • Zhannar

Archives

  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • September 2007

Tags

Apache articles Aspell authentication code igniter code snippet config.inc.php contact form Database emulator framework Full-Text function headers holiday seasons Install Installation Introduction Javascript login mail MySQL off-topic Personal php PHP-MySQL php.ini phpMyAdmin post_max_size Pspell readings Smarty spam tag cloud Tutorial upload limit upload_max_filesize URL WAMP Zend Framework Zhannar

Blogrolls

  • No Links

Lyrics

  • Copyright ©  2007-2008  Developing PHP Applications
  • Theme designed by mono-lab
  • Powerd by WordPress