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 helper function?
What does explode do in php?
What are the differences between require and include?
How to differentiate isset and empty
6 Answers A1 Technology, Dass Infotech, Microface,
What does csrf token mismatch mean?
What library is used for pdf in php?
How to select a database?
How to read one character from a file?
How can we encrypt the username and password using PHP?
3 Answers Rushmore Consultancy,
how to get substring of string without using substr() function in php ????
How do you pass a variable by value in php?
Would you initialize your strings with single quotes or double quotes?