It’s been a very very (yes a lot) long time since I pinch in something on my blog, I will definitely try to keep up here after. Okay, to the problem really quick, I got the following error from PHPMyAdmin – a weird one. Class ‘PMA_Message‘ not found in /usr/share/phpmyadmin/libraries/Message.class.php on line 732 It was [...]
All posts in category PHP
[solved] PHPMyAdmin – PMA_Message class not found error
Posted by Rakesh Sankar on May 20, 2012
http://rakesh.sankar-b.com/2012/05/20/phpmyadmin-pma-message-class-not-found/
ECHO or PRINT or ANYTHING – Can you tell me which is FASTER in PHP?
ECHO or PRINT which is faster? – You can see this kind of questions a lot in every PHP blog-space and most of the interview questions . Most of us must be known the answer, Google it, you will . Yes you can say “ECHO” but how sure are you? We blindly believe on our [...]
Posted by Rakesh Sankar on January 12, 2011
http://rakesh.sankar-b.com/2011/01/12/echo-print-which-is-fast-php/
[TIPS] – Upload BIG (very large) file in PHP using HTACCESS
This blog should have been the first one, but somehow slipped through . In my early days of coding I found a nice tip to upload a large (really big) files to server with the help of .HTACCESS. By default, PHP.INI configuration is configured to upload a max size of 2MB (security concern?), [...]
Posted by Rakesh Sankar on October 26, 2010
http://rakesh.sankar-b.com/2010/10/26/tips-upload-big-very-large-file-in-php-using-htaccess/
INSTALL (SETUP) DEBIAN Linux OS for Development/Production – A Day with SETUP
Today I am going to talk about only installation of tools/apps required for LINUX Server. I have chosen DEBIAN, since it makes you intelligent . Okay, cool, now? First thing you have to buy a hosting space, there are quite a good people who provide this service – see here. OKAY – Now let’s say you [...]
Posted by Rakesh Sankar on September 10, 2010
http://rakesh.sankar-b.com/2010/09/10/install-setup-debian-os-server-machine-for-web-development/