Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
Ranked #4K
~354 People Reached
About Me

Joomla Web Designer and Developer

Interests
Joomla PHP MYSQL Programming
Favorite Forums
Favorite Tags
php x 4

3 Posted Topics

Member Avatar for achiman

Hi you only encrypt the password using md5....and store the md5 string in the database....the search sql would be like $username = $_POST['username']; $password = md5($_POST['password']); $query = "SELECT * FROM users WHERE username = $username AND password = $password";

Member Avatar for Arianna
0
122
Member Avatar for codewalkz

Hi Try using brackets..and remove the quotes near $get1 $result = mysql_query("SELECT id FROM agents WHERE (lft BETWEEN '$lft' and '$rgt') AND (autoshipdate BETWEEN '$unistart' and '$uniend') ORDER BY id desc LIMIT 0,$get1") or die(mysql_error());

Member Avatar for codewalkz
0
64
Member Avatar for R3Slick

Hi you must store the user details in a session. create an object called user and store the access id (aid) to manager if managaer and employee if employee..... make the user login before using the search page.... this way you will know that the user is manager for the …

Member Avatar for prateekshaweb
0
166

The End.