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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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. […]
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, […]
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 […]
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 […]
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 […]
Install Apache MySQL PHP and PHPmyadmin
Apache Installation Install Apache MySQL PHP and PHPmyadmin.Apache is the most widely user webserver over 50% of total world servers. Ok.Let’s start the installation. sudo apt-get update sudo […]