1
how do i put more than one comic in a page ? or maybe a next button to the 2nd page of the same comics?
i try using this but it did'nt work
Quote:
$url_to_image = "http://anime-source.com/html/images/ichigo/chapter001/Ichigo-01-01.jpg";
$url_to_image = "http://anime-source.com/html/images/ichigo/chapter001/Ichigo-01-04.jpg";
it only show the first image. the 2nd image is not shown.
i have also tried this.
Quote:
$xComics = New xComics();
$url_to_image = $xComics->build_image_url('1', 'be');
if(!$xComics->exists_image($url_to_image))
{
unset($url_to_image);
$xComics->back_in_time(4, '1', 'be');
}