Search Result For : web development master

How to Use PHP Filters?

How to Use PHP Filters?

I am sure you have learnt about PHP Filters in your PHP course. PHP filters are very useful in dealing with data security and data management. Data security and data management is a major concern in all PHP applications. Data management refers to the handling of data and maintaining it for use and processing of the application in […]

Read More
Types of All Loop Constructs in PHP

Types of All Loop Constructs in PHP

If you learning PHP and having the problem in understanding loops then this blog would be very beneficial to you.  As you all know that Loops are very important for any programming Language. A loop is a construct that causes a block of code to be repeated a certain number of times. The repetition continues while the condition set […]

Read More
PHP Super Global Variables

PHP Super Global Variables

Variables are “containers” for storing information. The main way to store information in the middle of a PHP program is by using a variable. PHP environment variables allow scripts to grab certain types of data dynamically from the server. A variable supports script flexibility in a potentially changing server environment. PHP scripts contain variables that are […]

Read More
How to become a JavaScript Pro?

How to become a JavaScript Pro?

You can’t dare to ignore JavaScript if you are working or want to make your career in web designing or web development. Knowing JavaScript is not sufficient you have to be best in it. I am learning, exploring, and working in JavaScript from last 10 years and learned a lot so today I am giving […]

Read More
CakePHP Tutorial Installing and Creating Your First Project in CakePHP

CakePHP Tutorial Part I: How to install and write code in it?

CakePHP is an open source web application framework of PHP. Although our institute’s PHP Master Course covers it very well yet I decided to write an useful article on CakePHP for many of the beginners and our PHP students. CakePHP framework provides a robust base for advanced applications written in PHP. It can handle every aspect, from the […]

Read More
1 10 11 12