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 |
What is a controller in programming?
What is $_ request?
What is parent __construct ();?
What is the difference between php and java?
How can you associate a variable with a session?
Explain some most commonly use string functions in php?
Why we are using PHP than others for web developing?
How to return a value back to the function caller?
How can I find my php version?
How to receive a cookie from the browser?
Is null check in php?
Can you define an array argument as a reference type?