i want simple programs in php and outputs and how to use in
web developed side in php briefly explined in exmple
Answer Posted / sudheer
<? php
echo "This is sample program for u";
?>
Here<?php is opening tag ?> ending tag in these we can do
anything.here i would like print This is sample program for u
so echo is out put statement in php
| Is This Answer Correct ? | 46 Yes | 2 No |
Post New Answer View All Answers
Which php framework is best for web development?
How to get no. of rows using MYSQL function?
Tell me how to create a text file in php?
What is pdo classes?
what are the differences between php and perl
How do I find out the number of parameters passed into function9?
Is laravel an oop?
What are psrs?
Is php faster than python?
Where do we use get and post?
What are php parameters?
Explain what does the unset() function means?
What are the methods to submit form in php?
What PHP stands for?
What is difference between echo and print in php?