"; print ""; print $row["release_date"]; print " - "; print stripslashes($row["title"]); print "\n"; print "

"; print stripslashes($row["description"]); print "

\n"; print "\n"; print " \n"; } $link = @mysql_pconnect("localhost" , "root", "s5n9owflake") or exit("Error: Could not connect to database"); mysql_select_db("webpage") or exit("Error: Could not select webpage database"); // $pathinfo = explode('/',$PATH_INFO); $currentValue = ""; // while(count($pathinfo) && $currentValue == "") // $currentValue = array_pop($pathinfo); ?>
 

Web100 News

Web100 News

0) { while($row = mysql_fetch_array($article)) { print ""; print $row["release_date"]; print " - "; print stripslashes($row["title"]); print "\n"; print "

"; print stripslashes($row["content"]); print "

\n"; print "

\n"; print stripslashes($row["contact"]); print "

\n"; } } else { print "Article not found."; } ?>