@ $dbh = mysql_connect ("localhost:3306", "rreview_GUEST", "R3vs_Guest") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db("rreview_Reviews"); if (isset($_GET[ID])) { $ID = $_GET[ID]; } else { $ID = null; } // Grabbing Review From Database With That ID $query2 = @mysql_query("SELECT * FROM Table1 WHERE ID=$ID"); $query = @mysql_fetch_array($query2); $query4 = @mysql_query("SELECT * FROM Table2 WHERE ID=$ID"); $query3 = @mysql_fetch_array($query4); $query6 = @mysql_query("SELECT * FROM Table3 WHERE ID=$ID"); $query5 = @mysql_fetch_array($query6); ?>
# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Å Ä Ö ALL
print $query3['Review']; ?>
« back
include "sidebar.a";
?>
|
|
include "bookmark.a"; ?> | include "copyright.a"; ?> |