What is binary safe string?
What is the default session time in php?
Give the case where we can use get and we can use post methods?
How to process the uploaded files?
Is multiple inheritance supported in php?
how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible? thanks
What is difference between strstr() and stristr() in PHP?
What is artisan in php?
What is difference between static and constant?
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.
How to use validations in php?(codelgniter)
What is csrf token and how will you add csrf token in ajax?
What does session start do in php?