$ip = getenv("REMOTE_ADDR"); $host = getenv("REMOTE_HOST"); $pathinfo = getenv("PATH_INFO"); $referer = getenv("HTTP_REFERER"); $useragent = getenv("HTTP_USER_AGENT"); $time = date("m/d/Y h:i:s a"); /* ** open file for writing */ $myFile = fopen("who.txt","a"); /* ** make sure the open was successful */ if(!($myFile)) { print("Error: "); print("'Trasaction error'"); print("could not be created\n"); exit; } // write some lines to the file fputs($myFile, "$time,$ip,$host,$referer,$useragent \r\n"); fclose($myFile); // close the file ?>
|
Black |
Blue |
Brick |
Bright Blue |
|
Green |
Lavender |
Pink |
Purple |
Red |
Salmon |
Smoke |
Teal |
Due to variance in monitors and settings for your computer monitor, please be aware that the colors as displayed may differ slightly from the actual printed color. |
|||