|
Posted by guitarromantic on 02/25/06 03:07
joe wrote:
> > $author = mysql_query("SELECT Staff_id, displayname, email FROM users WHERE Staff_id='$Reviewer_Name'");
>
> Is Staff_id an integer and Reviewer_Name something else, e.g. varchar?
> Seems like you would want to compare displayname with Reviewer_Name (I
> could be wrong here obviously).
>
> One thing that's odd is that the tite is correctly holding the
> Record_Name value, but later in the script it gets lost somehow....
Despite the names, Reviewer_Name is an integer as well. I changed the
db structure around and was too lazy to change it to something more
meaningful (and thus all the references to it elsewhere).. I suck,
haha.
Yeah, see what I mean? It's a weird error.
joe wrote:
> Do those other includes (latestreviews.php, latestreviews2.php) have
> variables with the same name as those in displayreview.php (like
> $Band_Name, Cover_Image)?
Yeah they do, I'll try removing the includes for those files and see
what happens.
Navigation:
[Reply to this message]
|