How to Protect Folder with Password without a Software
There are a lot of methods that you can use to create a password-protected folder, most of which require the use of some third-party software. Using… Read More »How to Protect Folder with Password without a Software
How to download Videos from Facebook
Have you ever come across a video on Facebook that you wanted to download to view later on?
One way that you can save a copy of the video on Facebook is to use the save on facebook features
But that only let’s you bookmark the video to view later on.
What if you lost your original video file and you want to upload it to another social network such as Instagram or Youtube?
Instead of spending hours re-creating your video, you can download a copy from Facebook.
File Upload in Laravel
file upload in laravel This article is about the file upload in laravel It can be done by using two files one in controller and… Read More »File Upload in Laravel
GROUPBY vs HAVING
Group by Vs Having always give confusion to the new programmers. Here is the detailed work flow of both of the features of SQL.
Read More »GROUPBY vs HAVING
Remove index.php in the url of Yii website
Complete URL management for a Web application involves two aspects:
- When a user request comes in terms of a URL, the application needs to parse it into understandable parameters.
- The application needs to provide a way of creating URLs so that the created URLs can be understood by the application.
For a Yii application, these are accomplished with the help of CUrlManager.
Yii is one of favourite php framework of all time. Here we give another one hidden secret of Yii which is very helpful for changing the URL structure to your application for more convenient reading.
Learn Hooks in CodeIgniter in 2 Easy Steps
Hooks in Codeigniter execute a script with the specific path in the Codeigniter execution process without modifying the core files of Codeigniter. CodeIgniter’s Hooks feature provides a means to tap into and modify the inner workings of the framework without hacking the core files.
Read More »Learn Hooks in CodeIgniter in 2 Easy StepsDiscover CSRF Protection In Codeigniter
CSRF protection
In this article, we will learn how to painlessly protect your CodeIgniter (pre 2.0) application against Cross-Site Request Forgery attacks.
CSRF is an inbuilt feature in Codeigniter. To enable CSRF protection you just need to enable it under the config file. Once it has been enabled all the forms will be secured.
Read More »Discover CSRF Protection In Codeigniter