Work Based Project - Town Council

Page 130

Tywyn Town Council January 1, 2013

homepagetest.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Tywyn Council</title> <link rel="stylesheet" type="text/css" href="menu.css"> <link rel="stylesheet" type="text/css" href="reset-fonts-grids.css"> <link rel="stylesheet" type="text/css" href="base.css"> <link href="ttc.css" rel="stylesheet" type="text/css" /> <? include ('user.inc');

mysql_connect(localhost,$username,$password); @mysql_select_db($database) or die ("unable to select database");

$query="SELECT * FROM homepage"; $result=mysql_query($query);

$num=mysql_numrows($result);

mysql_close(); for ($i=0;$i<$num;$i++) { $j=$i+1; $title[$j]=mysql_result($result,$i, "title"); Kathryn Slaney


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.