theprof
Thu 7th Dec '00, 1:45pm
Hi. Is there any way for vbulletin to parse showthread.php for php code?
I need to add
<? $quote = file("quotes.txt"); srand((double)microtime()*1000000); echo $quote[rand(0,count($quote))]; ?>
to display quotes. Is this posible?
I need to add
<? $quote = file("quotes.txt"); srand((double)microtime()*1000000); echo $quote[rand(0,count($quote))]; ?>
to display quotes. Is this posible?