i want simple programs in php and outputs and how to use in
web developed side in php briefly explined in exmple
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prakash
<i want simple progmers in php and out put and how to use in
web devoleped side in php briefly explined in example>
Is This Answer Correct ? | 10 Yes | 6 No |
Give small demo of writting OOP in PHP-mysql.
What are the steps for the payment gateway processing?
What is the importance of "action" attribute in a html form?
Tell me how is it possible to propagate a session id?
Php program to generate fibonacci series?
Is age interval or ordinal?
how can i get USA time using php...
What is multidimensional array in php?
What is the full form of PHP?
28 Answers Apple, Nandhini, PHP,
What are getters and setters and why are they important?
What's the diff. between include() and Include_once().
Explain me what is x+ mode in fopen() used for?