Basic PHP Programming Question:
Download Job Interview Questions and Answers PDF
What are the MySQL database files stored in system ?
Answer:
Data is stored in name.myd
Table structure is stored in name.frm
Index is stored in name.myi
Table structure is stored in name.frm
Index is stored in name.myi
Download PHP Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()? | What is the difference between PHP4 and PHP5? |