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 are the types of variables in php?
Is python similar to php?
Php says that an array is an ordered map. But how the values are ordered in an array?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
How do I run a php program in dreamweaver?
What is whitespace in php?
How to check a variable is an array or not in php?
Explain me difference between mysql_connect and mysql_pconnect?
What is the differences between $a != $B and $a !== $B?
What is echo in html?
What is the use of get and post method in php?
Which MySQL function would you use to select a database?
Is java is better than php?
What is mod_php?
Write a program using while loop?