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 |
How to take a substring from a given string in php?
Which php framework is in demand?
How to get elements in reverse order of an array in php?
Does cors prevent csrf?
How to delete an element from an array?
How long do php sessions last?
How to open standard output as a file handle?
What is the purpose of the php empty function?
This is regarding file uploading. 1. Who will be the owner of the uploaded file ? 2. What permission you will give for an uploaded file ? 3. What is mean by user, group and others and what kind of permission you will give for each user and explain the reason?
What is the use of mysql_real_escape_string in php?
What is cookie and why do we use it?
How to read a file in php?