advanced code snippet search
onefastsnail on 05/24/12
05/24/12 09:20pm
for ($i=0; $i < 20; $i++) { if ($i % 2 == 1) { echo "<img src='http://placedog.com/300/"; echo rand(200,400); echo "' alt=''>"; } else { echo "<img src='http://placekitten.com/300/"; echo rand(200,400); echo "' alt=''>"; } }
Report this snippet Tweet
Comment:
You need to login to post a comment.