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 the use of magic function in php?

0 Answers  


What is php form validation?

0 Answers  


How can I reverse sort an array keeping the correlation between the index and value?

2 Answers   Rushmore Consultancy,


What are psrs?

0 Answers  


What is a query give example?

0 Answers  






What is serialization in php?

0 Answers  


What is a role of a designer in web development. Till what level the designer will do his work. Does he gives the complete html file or the tpl file or he should also include the smarty tag in the tpl file.

1 Answers  


What is the differences between $a != $B and $a !== $B?

0 Answers  


How can we destroy the session, how can we unset the variable of a session?

3 Answers  


What are the benefits of using php and mysql?

0 Answers  


what is interface in php? how it is use?

10 Answers   Infosys, PHP, Times, Torque Infotech, Wipro,


What does the scope of variables means?

0 Answers  


Categories