You are viewing: New Releases
|
|
 |
// set your infomation.
$dbhost='mysql5.websitesource.net';
$dbusername='mikejan1_moviesn';
$dbuserpass='PgMf43l8Zd16';
$dbname = 'mikejan1_snobs';
// connect to the mysql database server.
mysql_connect ($dbhost, $dbusername, $dbuserpass);
//select the database
mysql_select_db($dbname) or die('Cannot select database');
if(isset($_GET['search']))
{
$search = $_GET['search'];
}
$keywords = explode(" ", $search);
$query = "SELECT * FROM dvd_releases WHERE week='2008-11-25'" ;
$result = mysql_query($query) or die(mysql_error());
?>
while($row = mysql_fetch_array($result))
{
echo(".$row["releases"].");
echo ";
}
?>
|
 |
|
 |
|
|
|
 |
This week’s new releases are powerhouse films starring big stars. I Am Legend stars Will Smith as Robert Neville, the last man on Earth. Atonement stars Keira Knightley and James McAvoy as lovers torn apart when he’s wrongfully accused of a crime. Enchanted stars the adorable Amy Adams in her own Cinderella-story, where Prince Charming could be James Marsden or Patrick Dempsey (I’m sold either way).
Click for Post Details - March 18, 2008
- New Releases
- amy adams, atonement, blu-ray, enchanted, i am legend, james marsden, james mcavoy, keira knightley, New Releases, patrick dempsey, will smith
- Christine
|
 |
|
 |
|