Re: help with coding #3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> From: "karl james" <karl.james@xxxxxxxxxxx>

> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux