| Other PHP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are the different methods of passing data or
information between two calls of a web page? What are the
advantages/disadvantages of these methods? | Patni | 2 |
| Which of the following represents the proper way to set a
session variable?
Answer:
a. $_SESSION['foo'] = 'bar';
b. session_start();
c. session_set_save_handler ('myopen', 'myclose', 'myread',
'mywrite', 'mydelete', 'mygarbage');
d. $foo = $_SESSION['foo'];
2.When administering MySQL, you should make the data
directory accessible via the operating system
3.which statement can be used to determine how the optimizer
resolves a query | TCS | 7 |
| display selected value in dropdown list through javascript
without page refresh | | 1 |
| How can we encrypt the username and password using PHP? | Rushmore-Consultancy | 1 |
| What is the difference between the functions unlink and unset? | TCS | 2 |
| What is the different between cookies and session in php? | | 6 |
| How to install PHP with --mcrypt and --mhash? | | 1 |
| If i make my selection in State Dropdown list, i would the
City and ZipCode dropdown list to be automatically reupdated
based on the State i select.(This to avoid the user select a
City or Zipcode that does not correspond to the State
previously selected.) | | 1 |
| is 'easyphp' is compelete technology to design a phpmysql
site? | | 3 |
| How to get seconds from current date using date function ? | Satyam | 1 |
| What are the difference between abstract class and interface? | | 3 |
| What is meant by urlencode and urldocode? | | 1 |
| what is interface in java.
| | 4 |
| What is the difference between $message and $$message? | | 2 |
| How can we destroy the cookie? | | 2 |
| What is The difference between ' and " where they can ben
in between or outmost and how | Avis-Software | 2 |
| does current version of mysql (myisam) supports foreign keys ? | | 1 |
| Whats the difference between include() and require()? | | 3 |
| just explain MYSql ISAM and InnoDB functions. and what is
the diffrent between both. and which is the better in both.
| | 2 |
| How can I reverse sort an array keeping the correlation
between the index and value?
| Rushmore-Consultancy | 1 |
| |
| For more PHP Interview Questions Click Here |