the images aren't supposed to show... I said in the post that it was a very
basic sample of what you can do. It just dumps a list of online models.
You can format the HTML page however you'd like. For example, you could do the following:
Code:
Model Image: <img src="<?php echo $model->image_url ?>">
And it will echo the model image formatted in HTML. In my example, the code is simply:
Code:
image_url: <?php echo $model->image_url ?>
Our instructions page along with the examples show you exactly what you need to do to make it completely flexible!