full form of php??

Answer Posted / prateek sharma

hypertext preprocessor

Is This Answer Correct ?    39 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the types of string comparision function in PHP

505


How to call php function in jquery?

544


What is chrome logger?

550


What is the use of rand() in php?

603


What are the differences between GET and POST methods?

530






What is basic php?

535


What is list function with their uses.

523


What is == and === in php?

499


What are the __construct() and __destruct() methods in a php class?

505


How to concatenate two strings together in php?

558


What is the use of array_search() in php?

523


Why and where do we use htaccess?

522


What is difference between readonly and constant?

500


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

1502


Write a program to get second highest number in an array using php?

527