> From: "karl james" <[EMAIL PROTECTED]>

> Ok I will try the links again, sorry about the hassel, 

Did I miss the first part of this message?

> http://www.theufl.com/movie_details.phps
> 
> website
> 
> http://www.theufl.com/php/wrox_php/movie_details.php
> 
> Are you able to tshoot it and see whats going on?
> 
> Im not able to get the code working.

First thing I noticed is here: 

$movie_query = "SELECT
               *
         FROM
                 movie
         WHERE
                  movie_id ='".$_GET['movie_id']."'";

$movie_result = mysql_query($query,$link) or die(mysql_error());

Shouldn't that be $movie_query in mysql_query()??

---John Holmes...

UCCASS - PHP Survey System
http://www.bigredspark.com/survey.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to