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
~240 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

3 Posted Topics

Member Avatar for rajeesh_rsn

SELECT * FROM `table_name` WHERE (DateCol >= "2009-12-13") AND (DateCol <= "2009-12-25")

Member Avatar for Sorcher
0
97
Member Avatar for kazitula

[code = PHP] if (isset($userid) && isset($password)) { $link_id = db_connect(); if(!$link_id) die(sql_error()); $selsql = "select *, DATE_FORMAT(logndate,'%c/%e/%Y') as logindate FROM authuser where usrid='$userid'"; $selsql .= " and password=password('$password')"; $result = mysql_query($selsql); if (mysql_num_rows($result) > 0) { if ($myrow = mysql_fetch_array($result)) { $_SESSION["Logged_In_User"] = $userid; $_SESSION["Last_Log_On"] = $logindate; } }} …

Member Avatar for kazitula
0
74
Member Avatar for nkoepnick

Hey! This is an impressive site, it looks to be very helpful and hospitable. Glad I joined.

Member Avatar for jbennet
0
69

The End.