Inserting external HTML into page
-
Hi! Im a new WordPress user. I couldnt easily find this in the docs, but im sure its there somewhere….
I want to have a page or post with HTML dynamically from an external source inserted into it. For example, if i have a database of my CD collection, and i have a program called “latest_CDs.pl” on my website that generates somethng like
<b>The Beatles</b> <i>Abbey Road</i> purchased 28 October 2008
Then i want a page on my blog called “My latest CDs”, that i dont have to touch because i keep track of it in a seperete database. How do i link to this from a WP post or page so that this data is seemlessly put into the page? The URL could be
https://mysite.com/cgi-bin/latest_CDs.pl
or something.Basically i sort of want to have an SSI in the blog.
Thanks!
Jen
- The topic ‘Inserting external HTML into page’ is closed to new replies.