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
~279 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for LWS

the result you are echoing in the while loop should be like this[CODE] <tr> <td><?php echo $rows['name']; ?></td> <td><?php echo $rows['lastname']; ?></td> <td><?php echo $rows['email']; ?></td> // link to update.php and send value of id <td align="center"><a href="update.php?id=<?php echo $rows['id']; ?>">update</a></td> </tr>[/CODE]

Member Avatar for LWS
0
180
Member Avatar for niimenz

Am a newbie with jquery implementations I currently want to implement an overlay and a dialog the same way its used for this sites login can anybody help me implement this stuff

Member Avatar for codewall
0
99

The End.