I may have bitten off more than I can chew...
I have an existing website that has many php pages that display data from a MySQL database. We are a small school, so the tables are COURSE, CLASS, INSTRUCTOR.
I have been working on updating the site to WordPress as a CMS and blog... I modified a theme to look like my site, and static pages are easy enough to set up.
Here is the hard part... how to I convert a PHP page like this,
http://ipsb.com/crs_detail_1.php?recordID=215
into a WordPress page on my new site? (they are installed on same server)
grateful for any help!