Home | Insert New Record | Login | Logout | |
FAQ
NEWS
FEEDBACK
HTML CSS PHP SQL
PHP echo and print Statements
Welcome !
PHP echo and print Statements

PHP echo and print Statements

In PHP there are two basic ways to get output: echo and print . In this tutorial we use echo (and print) in almost every example. In PHP ‘echo’ statement is a language construct and not a function, so it can be used without paranthesis.
The PHP print statement is similar to the echo statement and can be used alteranative to echo at many times.It is also language construct and so we may not use parenthesis : print or print().
So, this chapter contains a little more info about those two echo and print output statements.

Example #1 echo examples

<?php
echo "Hello World, Hello There";

echo 

Users replays
- Postby AdyB at >>
2019-01-25 07:42:18
How to make money and how much money you can earn on Instagram.

On your social account you add a good photo that can cost a few hundred euros on social networks. A spectacular landscape, a photogenic chip and the right hashtags are all the elements you need to make money on Instagram.

You need at least 3,000 people to follow you in order to earn money.
The number of followers dictates earnings, so for accounts with 3,000-10,000 followers, earnings are between 75 and 150 dollars per post, 10,000-25,000 followers bring between 150 and 220 dollars, 25,000-50,000 followers bring between 220 and $ 350, 50,000 to 100,000 followers bring between $ 350 and $ 500, and over 100,000 followers bring over $ 500.
- Add your answer -