Good Evening,
I'm currently working with the Template Monster API and I've ran into a quick question. I've managed to get all of the categories to list their available templates and then assign the links to step1.php?templateid=11331.
Once the user arrives on step1.php, I'm able to get the ID number from the URL and pass it to the Template Monster php file as per their documentation.
However, the question is how do I turn the following (which is the result of Template Monster's PHP file) into something I can actually display on the page:
11331|175|1750|2006-06-19|1|0|0|0|0|0|0|0|136|Lovely|0|1|[http://images.templatemonster.com/screenshots/11300/11331-banner.jpg;http://images.templatemonster.com/screenshots/11300/11331-html.html;http://images.templatemonster.com/screenshots/11300/11331-m.jpg;http://images.templatemonster.com/screenshots/11300/11331-osc-b.jpg;http://images.templatemonster.com/screenshots/11300/11331-rs.jpg%5D|%5Bonline;shop;computer;delivery;office;staff;printer;notebook; laptop;desktop;portable;assistant;scanner;camera;mobile;phone; monitor;cable;system;technology;processor;installation;hardware; input;device;memory;server;accessory;wireless;PC; connection;Xerox]|[3;42;84]|[Computers;Online store/shop;osCommerce Templates]|[ .PSD; .PHP]|[OsCommerce 2.2]|[]|[[[Main][[REAL SIZE SCREENSHOT][http://images.templatemonster.com/screenshots/11300/11331-rs.jpg%5D%5D%5B%5B%5D%5Bhttp://images.templatemonster.com/screenshots/11300/11331-html.html%5D%5D%5B%5BOSCommerce Main Page preview][http://images.templatemonster.com/screenshots/11300/11331-osc-b.jpg%5D%5D%5D%5D|%5BosCommerce Templates]|
It seems like it should be insanely simple, but I'm probably just missing it do to lack of sleep.
Thanks!