• Welcome to ForumKorner!
    Join today and become a part of the community.

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.
 

peelsaven

Member
Reputation
0
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
 
Reputation
0
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!)
 
Top