View Single Post
Old 04-19-2008, 07:24 AM   #25 (permalink)
NinjaSteve
I sell pizza by the slice!
 
NinjaSteve's Avatar
 
Join Date: Dec 2003
Posts: 2,203
Points: 5,570
Send a message via ICQ to NinjaSteve
AWESOME!

Quick question
Code:
<?php

$today=date('d'); 


$thumbtocall='http://www.yoursite.com/potd/thumbs/'.$today.'.jpg';


header('Location: '.$thumbtocall); 
?>
So now you're calling thumbs.php to display the clickable thumb on your page.

Do you know how to add html? For example I would like to do a thumb + some text that says "Check out so and so in this sexy dress!"
NinjaSteve is online now   Reply With Quote Send a private message to NinjaSteve