Welcome to the forums. Its really easy showing data from a mysql db, first you connect ....
[PHP]<?php
mysql_connect(localhost,username,password);
mysql_select_db(db_name);
?>[/PHP]
And then the query
[PHP]<?php
$q = mysql_query("SE…
Graphics: Photoshop 7
General Design: Dreamweaver MX 2004
Animation: Flash MX 2004
Coding: Dreamweaver MX 2004
Dreanweaver is good for coding because you can generate some of the code i.e if you type in $_SE in the code view then Dreamweaver will g…