WordPress website transferring from remote to local machine, it is a necessary when it comes to backups or testing. This tutorial is all about WordPress website transferring from […]
Installing Composer on Debian
Installing Composer on Debian. Composer is a dependency management tool used in PHP, to easily manage resources. Composer can install or update libraries, that you are using in […]
WordPress website transferring from remote to local machine
WordPress website transferring from remote to local machine, it is a necessary when it comes to backups or testing. This tutorial is all about WordPress website transferring from […]
To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. How to Solve it..?
To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. How to Solve it..? These kind of error occur […]
Laravel 5.3 is coming with awesome features
Laravel 5.3 is coming with awesome features. We have seen how Laravel has been transcended, in the past years. It’s one of the most popular and widely used […]
SublimeText for PHP Development
SublimeText one of the most widely used text editor. It’s not just a text editor, if you are ready to manipulate it, it can give you the power […]
Wamp Virtual host Set up in Windows
Virtual host..What is it ? Why we have to use if ? How to setup Virtual host in Windows, using Wamp ? At first when we start developing […]
Catchable fatal error: Object of class WP_Error could not be converted to string in /wp-includes/formatting.php on line 1025
Catchable fatal error: Object of class WP_Error could not be converted to string in /wp-includes/formatting.php on line 1025, this was one the WordPress Error annoyed me for days.I […]
Download W3Schools Offline
Download W3Schools Offline – is the dream of many people. W3Schools is an educational website, helps the students and developers to build beautiful websites.W3Schhols covers topics includes HTML, […]
Migrate PHP 5.6 to PHP 7.0
Migrate PHP 5.6 to PHP 7.0 – As we know PHP 7.0 hase been here for months. And, Most of the Distro’s are pushing stable update of PHP […]
PHP 7 beats Ruby, Python, Perl, etc
PHP 7 beats Ruby, Python, Perl, etc in performance and features. PHP 7 has been here for several months. PHP 7 comes with some major performance enhancements. These […]
Locate command in Linux
Locate command in Linux, available as a default option. You can any file location/path from the terminal it self, using this command.Linux hold a lot of configuration files. […]
How to Run a PHP Script as a Daemon process in Linux
How to Run a PHP Script as a Daemon process in Linux ? Is itpossible..? Yes. You can Run the PHP Script as a Daemon process, if you […]
How to prevent SQL injection in PHP
How to prevent SQL-injection in PHP,many of you are using core php to built, large and scalable applications in Web.And, you face SQL Injection attacks many times after […]
Convert Double Dimensional Array to Single Dimensional in PHP
Convert Double Dimensional Array to Single Dimensional in PHP ? Huh, Some piece of codes come in handy, while we do programming. Converting a double dimensional array to […]