Posts by Publicidade Digital • 11 points
2 posts
-
0
votes1
answer82
viewsQ: Mysql Filter with ORDER BY
I have a line to filter some values: Level Exp Kills playtime if ( $cron_6 = mysqli_query(server_player(), "SELECT player.id, player.name, player.level, player.job, player_index.empire, player.exp,…
phpasked Publicidade Digital 11 -
-1
votes1
answer35
viewsQ: Check the registration field
Is there any way to force in my registration form only use gmail? if(filter_var($post_email, FILTER_VALIDATE_EMAIL)){ if(strlen($post_password) >= 8){ if(!preg_match('/[\'^£$%&*()}{…