How to download and install php for windows?
No Answer is Posted For this Question
Be the First to Post Answer
Which functions are used to remove whitespaces from the string?
What is mysql_fetch_object?
What should be the length of variable for SHA256?
Which is the dependent variable?
What are the differences between session and cookie?
how to retrieve from database..... this format (PRMRMDU402). firstname= prabhu, lastname=kumar, city=madurai, pincode=624402.... i want first name first two letters and last name last two letters ... city first two letters ... pin code last three letters....
What is the use of hooks?
How to enable cURL in PHP?
Is apache needed for php?
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 )
What are the differences between php constants and variables?
hi recently i had faced an interview in that they asked me that php have faced the problem of y2k so which one is that year like 2030,2059 not remember exact year anybody will tell me pls?