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
How to add comments in php?
How can we submit form without a submit button?
What is php key?
What is the default time in seconds for which session data is considered valid?
What is final in php?
How to know user has read the email-php?
What is variable declaration?
Explain about PHP filter and why it should be used?
What is strlen php?
How to receive a cookie from the browser?
Do you know design patterns. List few?
Does php support multithreading?
What is mysqli_query?
Where is the submitted form data stored?
What backslash character will match whitespace?