• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

select X from 'players' PHP

Bowstons

New Member
Joined
Nov 15, 2020
Messages
10
Solutions
1
Reaction score
0
hello. PHP is not my strong point. I have to get 'quests' from database 'players' where 'name' is character name whose I looking in characterprofile.php. how to get it?

$XXX= mysql_select_multi("SELECT quests FROM players WHERE name='. {$name} .'");
Im using znote acc
 
Last edited:
Back
Top