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



i want simple programs in php and outputs and how to use in web developed side in php briefly expli..

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

i want simple programs in php and outputs and how to use in web developed side in php briefly expli..

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

Post New Answer

More PHP Interview Questions

what is mean php ? is it designingtool or language? how ill create website using by php?

1 Answers  


What is a session in php?

0 Answers  


I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?

0 Answers  


Is php a mvc?

0 Answers  


What is the purpose of using php?

0 Answers  






What is sql injection in php?

0 Answers  


What is php destruct?

0 Answers  


how can i disable multiple user in the same password in my website using any scripts

1 Answers  


How to set session.gc_maxlifetime properly?

0 Answers  


Which framework is best for php development?

0 Answers  


What does csrf token mismatch mean?

0 Answers  


What is difference between single quotes and double quotes in php?

0 Answers  


Categories