No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
SELECT * FROM `table_name` WHERE (DateCol >= "2009-12-13") AND (DateCol <= "2009-12-25")
[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; } }} …
Hey! This is an impressive site, it looks to be very helpful and hospitable. Glad I joined.
The End.
nkoepnick