Where are php configuration settings stored?
No Answer is Posted For this Question
Be the First to Post Answer
What is php written in?
What is the difference between $argv and $argc? Give example?
how many error types in php? name there?
What is exception handling 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 mean tnq
What are psrs?
What is local variable in php?
How to update memcached when you make changes to php?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
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 is orm in php framework?