What is the use of curl()?
No Answer is Posted For this Question
Be the First to Post Answer
What are the special characters you need to escape in single-quoted stings?
What is the difference between Reply-to and Return-path in the headers of a mail function?
Is not null mysql?
HOW we can use css
which is the best institute for php training near delhi & NCR......& what is the fee for the same....
Write a hello world program using variable?
Where is session value stored?
Is php a case sensitive language?
How do you achieve page caching in PHP?
I have two radio button, i click one radio button display one dropdown box, one text field. and then click another radio button display one text field.so any one give me good idea plz.....i used <div id="" style=display:none> but not work..
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 )
How to check if a string contains a character or word in php?