To use the Mississippi Official Statistcal
Register (Blue Book) you must have the following software installed
on your computer. If you do not have the Acrobat Reader or Quicktime, then please click the following
links to get them.
Vicksburg Warren School District - Dress Code
/*****************************************************************************
* *
* 1. Display the 3 most recent news items on home page, show individual news *
* story when requested *
* *
*****************************************************************************/
/************************************************
* set the location of the news images *
*************************************************/
$directory="$docroot_dir\\news";
/************************************************
* connect to mysql and select the database *
*************************************************/
mysql_connect("localhost","vwsdroot","m8t7rypf");
mysql_select_db("news");
/************************************************
* show the single story if the user has click *
* on it *
*************************************************/
if($HTTP_GET_VARS[story] != '')
{ require("paths.php");
?>