General PHP interview question
1.In how many ways we can retrieve the date in the result set of mysql using PHP?
2.What is the difference between mysql_fetch_object and mysql_fetch_array?
3.What is the difference between .. |
|
MySQL Interview Question list
What are some good ideas regarding user security in MySQL? -
There is no user without a password. There is no user without a user name. There is no user whose Host co.. |
|
Php Interview Question list 1 Q. What’s the difference between include and require?
ANSWER: It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of .. |
|
Php Interview Question list 2 Q. How come the code <?php print "Contents: $arr[1]"; ?> works, but <?php print "Contents: $arr[1][2]"; ?> doesn’t for two-dimensional array of mine?
ANSWER: An.. |
|
|
|