ikhan52 / phpmyreservation

Automatically exported from code.google.com/p/phpmyreservation
0 stars 0 forks source link

How to show the Name of the person after he/she logs in #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
The user's name can be seen in the control panel. Check out the code in cp.php.

I am currently not able to support this project.

Original comment by olejo...@gmail.com on 26 Apr 2013 at 8:41