another test
This commit is contained in:
@@ -23,6 +23,12 @@ foreach($db_connection->query($query) as $row){
|
|||||||
print $row['username']." First Name:".$row['fname']." Last Name:".$row['lname']."\n";
|
print $row['username']." First Name:".$row['fname']." Last Name:".$row['lname']."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo '<h3>$GLOBALS</h3>';
|
||||||
|
echo "<pre>";
|
||||||
|
print_r($GLOBALS);
|
||||||
|
echo "</pre>";
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user