Category Archives: PHP

Password Protected Site Without Using .htacces

Using .htaccess you can password protect a site easily. What if your host server doesn’t allow .htaccess for security reasons? No wonder, some hosting doesn’t allow .htaccess .  Here is a quick solution for that. Thanks Tapos for this reference. … Continue reading

Posted in Apache, PHP, Web | Tagged , | Leave a comment

CakePHP: Checkbox And Radio Button Problem On Firefox

If you are using CakePHP latest version 1.3, you might have noticed these issues that checkbox doesn’t show up on latest Firefox 3.6 and both radio button and checkbox return empty value on form submit. If these weird things happened … Continue reading

Posted in CakePHP, CSS, Firefox, PHP | Tagged , | Leave a comment

How To : Prevent Songs Download (Part-II)

In the first post I showed how to setup basic audio player and play a song and left with this important part to show how we can secure our songs and prevent downloads. So lets see how we can make … Continue reading

Posted in PHP | Tagged , , , | 13 Comments