include "includes/dbconnection.php"; ?> include "includes/security.php"; ?> $result = mysql_query("SELECT * FROM quotes"); $num_rows = mysql_num_rows($result); $rValue = rand(1,$num_rows); $i = 0; while($i < $rValue) { $row = mysql_fetch_array($result); $i++; } ?> include "includes/header.php" ?>
|
Maintenance mode activated. Stay tuned... (c) The Red Guy
|
include "includes/midpart.php" ?>
" echo $row['QuoteText'] ?>"
from echo $row['Source'] ?> by echo $row['Author'] ?>