hi, im reading a tutorial on creating tables in mysql. but i don't know where to start, where to type my code? im using xampp as my local server and i can access phpmyadmin. can someone help me please.... TIA
phpmyadmin has a nice interface for creating tables. Click on the database name, then at the bottom of the list there will be a create new table row with an input box for table name and one for amount of columns. After that it is pretty simple to figure out, or if you want to learn sql then use the sql button like noted above.