Basic PHP Programming Question:
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
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? |