I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

Which is the Best plateform for PHP?

7 Answers   DLF, Net Solution,


Explain what are some new features introduced in php7?

0 Answers  


How to delete cookie files on your computer?

0 Answers  


Does php 7 support mysql?

0 Answers  


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.

1 Answers   IndiaTimes,


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.

0 Answers  


What are magic methods?

0 Answers  


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.

1 Answers  


Why use static methods php?

0 Answers  


Why print_r is used in php?

0 Answers  


What are the uses of explode() and implode() functions?

0 Answers  


How to remove html tags from data in php?

0 Answers  


Categories