Thread: Item Struct
View Single Post
  #5  
Old 09-19-2002, 12:02 PM
unix_phreak
Sarnak
 
Join Date: Aug 2002
Posts: 35
Default

Seems like the file that I got from the phplegends.zip.

Here's the problem:
Parse error: parse error in /var/www/html/dbtest/test.php on line 36



With line 36 being:



$sql = 'select id,'.$StrF.','.$StaF.','.$ChaF.','.$DexF.','.$IntF .','.$AgiF.','.$WisF.','.$MRF.','.$FRF.','.$CRF.', '.$DRF.','.$PRF.','.$HPF.','.$MANAF.','.$ACF.','.$ DelayF.','.$DamageF.','.$WeightF.','.$RangeF.','.$ NoDropF.', '.$MagicF.', '.$SkillF.', '.$EffectF.','.$EffectTypeF.' from items where id=''.$id.''';


I don't know why This isn't working for me.

I had an SQL expert look at the Query tonight, and he said that seems to be a valid SQL query..
Reply With Quote