What steps will reproduce the problem?
1. Tried to use the following query.
$query = mysql_query("SELECT * FROM " . global_mysql_users_table . " WHERE
user_email='$user_email'");
while($row= mysql_fetch_array($query))
{ echo " $row[user_name]";
}
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
WIn 8 / IE -10, chrome
Please provide any additional information below.
Original issue reported on code.google.com by guptar...@gmail.com on 25 Apr 2013 at 8:04
Original issue reported on code.google.com by
guptar...@gmail.com
on 25 Apr 2013 at 8:04