Navigation :

Home
Source code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links




Site Sponsors :

Bookmark :

Links :

wwwstores
finance products
low cost magazines

Downloads :

Misc :

Webmaster Resources
Only PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming

Valid XHTML 1.0 Transitional


Valid CSS!




Processor information

Display users processor information

<?php
echo $PROCESSOR_ARCHITECTURE;
echo "<br>";
echo $PROCESSOR_IDENTIFIER;
echo "<br>";
echo $PROCESSOR_LEVEL;
echo "<br";
echo $PROCESSOR_REVISION;
?>