SQL Reference JOIN, UNION, SET Operations. This article is all about those. Custom Names SELECT ct.ID, ct.Name, ord.Name, ord.Amount FROM customers AS ct, orders AS ord WHERE ct.ID=ord.Customer_ID ORDER BY ct.ID; Types of Join The …
Continue readingCategory: PHP
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 remote to local machine. Before we starting, …
Continue readingInstalling 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 your projects. Minimum Requirements : Debian 6, …
Continue reading
Laravel Admin Dashboard Released
Laravel Admin Dashboard Released on ExtensionsValley.com. This latest Laravel Admin Dashboard is built on Genetelella based free bootstrap admin template.This Laravel Admin Dashboard is extremely furnished and unlike other bulky loaded templates, it’s fast, clean …
Continue reading
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 framework in the world. And the count …
Continue reading
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 of an IDE like Netbeans, Eclipse or …
Continue reading
Allow Remote Connections to Mysql Server Ubuntu
To Allow Remote Connections to Mysql Server, we have manually add some code to the configurations of the mysql server. This article is about Allow Remote Connections to Mysql Server Ubuntu operating system (Debian based). …
Continue reading
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 web applications in PHP we use the …
Continue reading
Undefined variable: errors in Laravel 5.2 Solved
Undefined variable: errors in Laravel 5.2 Solved, is what we are going to discuss. But before that, The Auth Guard Authentication in Laravel 5.2, one of the major change in Laravel 5.2 is the implementation …
Continue reading
Laravel – All the Blade Template Commands
Laravel – All the Blade Template Commands, comes handy for a quick reference. Some of you may have difficulties to find blade template commands. So, this list contains almost every commands, that we can use …
Continue readingMigrate 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 7.0 to their repositories.So, it is really …
Continue readingCatchable 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 took post on several blog, pages stack …
Continue readingPHP 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 performance enhancements has been adapted by the …
Continue readingHow 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 want.How to do this…? In Linux, you …
Continue readingHow 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 deploying the application.This tutorial is all about …
Continue reading