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..
|