Can you give example for trait in php?
Explain NULL?
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
What are the different ways we can retrive the mysql results using php ? Explain each
How to add 301 redirects in PHP?
Tell me how can we automatically escape incoming data?
How will you sened requests from server1 to server2 from server2 to server3 and so on .. w/o letting the output come to the browser or say the client end in php
Which php framework is best?
What is namespace in php?
What is $_ post in php?
What is crypt () in php?
How to find the length of a string?
Explain how we can get the number of elements in an array?