PHP Echo Statements

nofear1999

Member
Reputation
0
PHP:
<?php - this code starts the PHP script
echo "hi there"; - this code says on the page hi there, you can also add variables and you can also use html code in an echo.
?> - this code ends the PHP script.
 
nice little find you have there...I am glad you brought this bit of information to the community so we can all use it...thanks:thumbsup
 
If you don't know this you shouldn't be trying to use PHP, it's one of the first things that should be learnt (Especially if you use w3schools.org!)
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…