Right, plus, echo has one less letter than print.
I forgot to add that print can also be used like this:
print "Hello world!";
And respectively, echo can be used like this:
echo("Hello world!");
The PHP development team would like to announce the immediate availability of PHP 5.3.10. This release delivers a critical security fix.
Security Fixes in PHP 5.3.10:
Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830.
All users are strongly...
I've noticed that we don't have many PHP tutorials. Here's a basic one on how to print "Hello world!" to the users' screens.
There are many different ways to output data. The most common is to use the echo function, demonstrated below.
<?php
echo "Hello world!";
?>
Let's break...
It's weird though Bleeps, when you had that index.html uploaded, I went to index.php and the forum was online, and it looked completely normal. No template problems at all.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.