Connect PHP to MYSQL and fetch data
We learned PHP basics and PHPMYADMIN tool to use MYSQL in previous chapters. We also learned how SQL statements are formed. Now it’s time...
Learn How To Build A Registration and Login System in CodeIgniter
Security has become a huge concern today in the wake of the many high-profile hacks that are happening around the world.
A lot of companies...
12 Must Know AngularJS Frameworks To Develop Your Next Generation Apps
Application development is a niche field with tremendous scope and opportunities. Today, there are a range of technologies available for developing modern websites, apps...
Learn different types of Action Results in MVC
Hi all, today we are going to study about different types of action results in MVC. In MVC controller may have one or more...
PHP,MYSQL and HTML Forms
In the last tutorials we studied PHP and PHPmyAdmin tool to use MYSQL. We have also learned to insert, select, update, delete, etc into...
Creating Static Pages in CodeIgniter
We learned installation process of CodeIgniter in the last session. So from today onwards we will learn how to use CodeIgniter. For today let...
How to Build a Responsive Website Footer Using HTML and CSS
What is Footer?
Footer is the bottom section of the document. It is located under the main section or body. The <footer> tag defines a...
Multi-Dimensional Arrays in PHP
Today we are going to learn the manipulation of multi-dimensional arrays in this Multi-Dimensional Arrays in PHP.
Arrays are used to store more than...
How To Deploy A Node.js Application On Linux Server?
Node.js is an open-source and cross-platform runtime environment for executing JavaScript code. It provides an easy way to build a scalable and fast application...
Learn working with Arrays in AngularJS
In this tutorial, we're going to work with an array and see what features of AngularJS we can utilize to manage it. We're going...