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 strcmp?
hi! i am tushar. i am trying to insert digital signature in a pdf file using PHP. i create a digital signature jpg image using imagecreatefromjpeg() function, but whenever i trying to insert it into my pdf file it shown this error. "FPDF error: Not a JPEG file: signature.jpg". could some one help me? how can i insert a digital signature in a pdf file using PHP?
How to Define a Constant in PHP? Is $ symbol necessary?
How to create a mysql connection in php?
What should be the length of variable for SHA256?
Which is not a php magic constant?
What is strlen php?
Which function can be used to exit from the script after displaying the error message?
Explain how can we execute a php script using command line?
What are the difference between echo and print?
What is the use of mysql_real_escape_string() function?
What is the difference between core php and php?