Hello!
I'm trying to build a site for a webcomic and I could use some help with the php... What I need is a page x.php, that shows image x.gif and creates links to pages (x-1).php and (x+1).php.
I've tried figuring it out on my own, but I don't know how to add the variables inside the HTML code (ie. <img src="$picture.gif">).. Figuring this out has become a bit of an obsession for me. 😃 And I don't even know if it's possible...
Any help would be greatly appreciated.