How can we create a database using php?
No Answer is Posted For this Question
Be the First to Post Answer
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.
How to select a database in php?
How do you parse and process html/xml in php?
How can you get the size of an image in PHP?
Tell me how do you execute a php script from the command line?
How do you end a function in python?
Tell me how a constant is defined in a php script?
What is meant by variable variables in php?
i want to store retrieved data from database into an array list with limit.And display the data from that array list.have any answer for this?
Is apache needed for php?
Is php easier than javascript?
Tell me what are the __construct() and __destruct() methods in a php class?