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
What does php do?
How to redirect https to http url through .htaccess?
Is it worth learning php in 2019?
What is html used for?
Code to open file download dialog in PHP?
How to redirect a url from http to https in .htaccess?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What is the meaning of xdebug?
What is the difference between php and cakephp?
Why do we use javascript in php?
What is lazy loading in php?
How can we display information of a variable and readable by a human with php?
What is php oop?
Is php an object or array?
Tell me when a conditional statement is ended with an endif?