You can easily customize inbuilt forms of wordpress. but sometimes need own custom register form to show or use many extra fields.
How to install laravel on ubuntu lamp
Now time of frameworks in php like laravel, codeigniter etc and easy to install php frameworks on local server like lamp, xampp etc.
How to download files in php
In this article i am going to explore how to download files in php from web server to local machine.
Create custom 404 page codeigniter
Now type any wrong url on your site and see you have all set with your custom 404 error page in codeigniter.
Secure codeigniter application using csrf token
In codeigniter 2 Cross Site Request Forgery (CSRF or XSRF) protection is inbuilt feature. We need to just change the config variable in config file to use csrf protection.
Remove index.php from url codeigniter
If we need a clean url in codeigniter. we need to remove index.php from url in codeigniter. Default you will get index.php in url in codeigniter cause index.php
Change admin profile picture wordpress
Default wordpress provide you gravatar for admin profile picture. I am also stuck with this issue that how i can change admin bar profile picture and remove gravatar from wordpress site.
Laravel 5 form validation
A new version of laravel has been released with named laravel 5. so there is also some changes to validate a form process or using form validation in laravel 5.