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 track user logged out or not? When user is idle?
What is a string in r?
What is php routing?
How to call a php function from another php file?
Why session timeout is important?
Is a number php?
Tell me how comparison of objects is done in php5?
When to use inquire vs enquire?
What is the different between count() and sizeof() in php?
What is difference between post and put in rest?
How variables are passed through arguments?
What is the default time in seconds for which session data is considered valid?
How do you explain independent and dependent variables?
What are the steps involved to run php?
What is php good for?