Why is php used for web development?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What is difference between mysql_connect and mysqli_connect?

0 Answers  


Is php procedural or oop?

0 Answers  


What are majic methords in php?

0 Answers  


How do I make a reset button in html?

0 Answers  


What are the main error types in php and how do they differ?

0 Answers  


What is difference between get and post in php?

0 Answers  


What is active record in php?

0 Answers  


Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )

0 Answers   Amazon,


What is the default session out time?

0 Answers  


What is meant by nl2br()?

4 Answers   Rushmore Consultancy,


This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?

2 Answers   TCS,


How can php and javascript interact?

0 Answers  


Categories