Home | Scripts | Tutorials | Books | Hosting | Forums | Links|

Navigation:

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






 
 

SPONSORS



 
 

Display processor details

This shows you how to return the processor information of a users system.

Here is the script

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

and here is the output