![]() |
||||||||
![]() CSI delivers services for planning, designing, and implementing security and connectivity technologies to protect and manage an organization’s information infrastructure. CSI offers network security and connectivity products from:
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|||||||
|
|
![]()
|
|||||||
![]() if (!($link=mysql_pconnect($hostName, $userName, $password))) { exit() ; } if (!mysql_select_db($databaseName, $link)) { exit() ; } $selectStmt = "SELECT * FROM livesecuritynews ORDER BY timestamp DESC LIMIT 4"; if (!($result = mysql_query($selectStmt, $link))) { exit() ; } while(($row = mysql_fetch_object($result))){ if($row->externallink) { printf(" %s ", $row->externallink, $row->summary); } else { printf(" %s ", $row->rowid, $row->summary); } // echo($row->maintext); } mysql_free_result($result); ?> More ... |
![]() |