Use of backslash in php (Chapter 4) of Getting started with php

php.net describes use of backslash perfectly To specify a literal single quote, escape it with a backslash (\). To specify a literal backslash, double it (\\). All other instances of backslash will be treated as a literal backslash: this means that the other escape sequences you might be used to, such as \r or \n, …

Use of backslash in php (Chapter 4) of Getting started with php Read More »

More about Strings in PHP. Use of single and double quotes and Escaped characters (Chapter 3)

In this topic we will learn about use of Single quotes ( ‘ ‘ ) and double quotes ( ” ” ) in php. In last chapter we learned about variables and their usage in php. We learnt from last two chapters that while echoing strings we used single quotes and while echoing variables we used …

More about Strings in PHP. Use of single and double quotes and Escaped characters (Chapter 3) Read More »

Variables in PHP. Chapter 2 of Getting started with Basics of PHP

In previous chapter we learned about basics of PHP including php syntax, commenting in php and how to output in php using echo. In this chapter we will learn all about PHP variables. What does Variable stands in PHP ? For a new learner this would be the most important thing to be learned. Variables …

Variables in PHP. Chapter 2 of Getting started with Basics of PHP Read More »

Getting Started with PHP – Set of tutorials to become expert in PHP from a Novice

PHP SYNTAX //PHP SYNTAX <?php ?> PHP COMMENTS // This is a Single Line COMMENT <?php ?> /* This is a multi Line Comment. and it can continue till as many lines */ Using Echo   As per http://php.net echo — Output one or more strings. A string is a type of data. A string …

Getting Started with PHP – Set of tutorials to become expert in PHP from a Novice Read More »

Scroll to Top
Scroll to Top

We help businesses with Websites, Mobile Applications, Digital Marketing, E Commerce Solutions & Custom Software.