|
||
|
|
|||||||
| Welcome to the Exploding Garrmondo Weiner Interactive Swiss Army Penis. |
|
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).
|
![]() |
|
|
Thread Tools |
A little html/php help
So I have a random image archive thing, here.
You just click the image and it loads another, by refreshing the page. Here's how I have everything working currently: My index.html is this: Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Random Image Archive</title> </head> <body style="margin:50px; text-align:center; background-color:#eeeeee;"> <center><h2>Random Image Archive : Click image to show another </script></h2><br> <strong>WARNING:</strong> Some of these images are gross, contain nudity or may otherwise be offensive!<br><br> <a href="JavaScript:location.reload(true);"><img src="http://i.slyph.org/r/i.php" alt="Click to show another" border="2" /></a> </body> </html> PHP Code:
My php knowledge is basically non-existant. If not making it work like I described in the above paragraph is possible, maybe I could use the same script to also display a text link underneath or something to the image. Though that would result in multiple calls to the script, which would end up with the image shown not matching with the URL ![]() Sorry if I'm not making any sense ;_; Jam it back in, in the dark. |
That'd be great =D
And this is just my own stupid way I ended up with something that at least sort of works. I'm pretty much average at html, but a complete newbie at php. There's nowhere I can't reach.
Last edited by Roph; Oct 14, 2006 at 10:40 PM.
|
Ahh, got everything working fine thanks to your help =D. Much appreciated.
Most amazing jew boots |