Posted by Toby Inkster on 03/11/06 12:39
Chris Ianson wrote:
> Hi, I'm looking for a simple newbie way to put quotes into HTML code, and
> have them randomise each time the page is refreshed. What's the easy
> solution?
If your server supports PHP...
<?php
$cmd = '/usr/games/fortune';
printf("<blockquote><p>%s</p></blockquote>",
nl2br(htmlspecialchars(system($cmd))));
?>
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|