Hi;
I'm trying to figure out a simple workaround. Is there a way to include reference to an external .php script in an html page?
Here is the basic problem: setting up a nice-looking page on Ebay is a pain in the butt. Once you put all the catalog stuff in Turbolister, you have to write a bunch of raw html code if your want to set up a nice display (say a table with references to pictures located on an external server, etc.). I can set up a mysql db that would store picture names and catalog dicriptions on an external server along with the pics.
When an Ebay user wants to look at my item, I want the ebay page to display and include the content of an external reference like (I know this code is wrong... but that's why I'm here...)
"<script src="http://www.myexternalserver.com/ebaystuff/ebayitem_v1.php?ITEMID=1"></script>"
...have the php run the query for that item, build the display and pack it all into the Ebay page so the visitor can see it. It looks like other people (ie. third party businesses that help people sell stuff on Ebay) do just this sort of thing.
Y'know what I'm talking about? Ideas?
Thanks.