Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

PHP fix

yss

Newbie Spellweaver
Joined
Dec 26, 2015
Messages
13
Reaction score
1
Someone a simple sulution for this?
 
Joined
Jun 8, 2007
Messages
1,985
Reaction score
490
What's the problem? Quote syntax in SQL command? My memory is fuzzy on those rules, but that might be it..

PHP:
$loadrecords = 12;
$sql = "SELECT * FROM `producten`
    WHERE `visible` = '1'
    ORDER BY `id` DESC
    LIMIT '{$loadrecords}'
";
 
Back
Top