[solved] PHPMyAdmin – PMA_Message class not found error

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 [...]

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 [...]

[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?), [...]

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 [...]

PHP MAIL Header – REPLY-TO and RETURN-PATH

Most of us very well know about mail() provided by PHP which will help us send an email.Okay? Whats the point? Why is this blog? What’s new? Yeah, yeah, I will get to it straight. I am not going to say anything new here, but a little bit of information about how to avoid return-path [...]

Session data disappears in FLASH – SWFUpload

Recently we had to get rid of this strange problem in one of our project due to some security concern. It was a nightmare that we had used a funny method to overcome this problem (by-passing real login session & allowing SWFUpload to upload any image), strange!. But, now we have a solution to this problem [...]

Follow

Get every new post delivered to your Inbox.

Join 105 other followers