Sorry to hijack the thread lol but how do i include these in a html layout?
i want them i na part were the radio says is?
Sorry to hijack the thread lol but how do i include these in a html layout?
i want them i na part were the radio says is?
You dont, it has to be a PHP page.
I'd do it like this...
http://beta.safeupload.com/sandbox/random_fact.phpPHP Code:<?php
$factsArray = array();
$factsArray[] = 'James is a god';
$factsArray[] = 'James is awesum in so many ways';
$factsArray[] = 'James is teh best in the worlds';
$factsArray[] = 'All of the above are facts, even dis one!';
echo $factsArray[ array_rand( $factsArray ) ];
?>
Last edited by Protege; 14-06-2009 at 07:32 PM.
Hi, names James. I am a web developer.
Want to hide these adverts? Register an account for free!