<?PHP 
IF(!is_file('xajax.inc.php')) 
    { 
    die('no xajax.inc.php'); 
    } 
include 'plugins.php'; 
include 'browser_plugins.php'; 
include 'screen.php'; 
echo '<pre>'; 
$x = new browser_plugins('plugins.txt'); 
print_r($x->get_plugins_array()); 
 
$a = new screen('screen.txt'); 
print_r($a->resolution()); 
?> 
<BR><center>It's all in one page example so you probably need to refres the page to see the results. if you need all in one run try using in:memory sqlite or modify plugins.php directly...</center> 
 
 |