• 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,
    https://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!

Viewing 1 replies (of 1 total)
  • Thread Starter duramatters

    (@duramatters)

    I have successfully embedded the the page using <iframe> – this is probably not the most elegant solution.

    is there a way I can integrate the two databases? I want to simplify, not get more complicated.

Viewing 1 replies (of 1 total)
  • The topic ‘Dynamic.php data from other MySQL Database’ is closed to new replies.