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