View Single Post
Unread 21 Dec 2005, 16:20   #13
mist
Jolt's best friend
 
mist's Avatar
 
Join Date: Feb 2003
Posts: 2,101
mist is a name known to allmist is a name known to allmist is a name known to allmist is a name known to allmist is a name known to allmist is a name known to all
Re: Basic PHP Help: Global Variables?

something along the lines of:

<?php
$myrandom = rand(10000000,99999999);
myheaderfunction($myrandom);

//random stuff that your page does here

myfooterfunction($myrandom)
?>
__________________
<Karmulian> subtle as a kick in the nuts as always
mist is offline   Reply With Quote