I got this error:
Warning: shell_exec() has been disabled for security reasons.
when i run the following code:
return mysql_result(mysql_query("SELECT (`user_id`) FROM `users` WHERE `email` = '$email'"), 0,`user_id`);
how to solve this problem?!