I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
Which is the Best plateform for PHP?
Explain what are some new features introduced in php7?
How to delete cookie files on your computer?
Does php 7 support mysql?
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.
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What are magic methods?
how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.
Why use static methods php?
Why print_r is used in php?
What are the uses of explode() and implode() functions?
How to remove html tags from data in php?