PHP Classes

File: myEnv.html

Recommend this page to a friend!
  Classes of almubarmij   MyTemplate Class   myEnv.html   Download  
File: myEnv.html
Role: Auxiliary data
Content type: text/plain
Description: myEnv.html
Class: MyTemplate Class
Template engine using eval to replace variables
Author: By
Last change:
Date: 18 years ago
Size: 1,866 bytes
 

Contents

Class file image Download
<HTML> <meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> <meta http-equiv="Content-Language" content="ar-sa"> <title> Server Environment - متغيرات المزود </title> <BODY bgcolor="#fefefe" Xscroll="no"> <div align="center"> <b><font face="Monotype Koufi,Arial" color="#D81C12">متغيرات المزود</font></b><br> <center> <table border="0" cellpadding="13" cellspacing="0" width="600" id="AutoNumber1" bgcolor="#F4F0E1" style="border: 1px dotted #800000; margin-top: 11;" height="283"> <tr> <td width="100%" height="11"></td> </tr> <tr> <td width="100%" height="260"> <font size="1" face="MS Sans Serif"> <font color="#FF0000">SERVER_SOFTWARE</font>= $_SERVER[SERVER_SOFTWARE]<br> <BR> <font color="#FF0000">HTTP_USER_AGENT</font>= $_SERVER[HTTP_USER_AGENT]<br> <br> <font color="#FF0000">PHP_SELF</font>= $_SERVER[PHP_SELF]<br> <br> <font color="#FF0000">REQUEST_METHOD</font>= $_SERVER[REQUEST_METHOD]<br> <br> <font color="#FF0000">SCRIPT_FILENAME</font>= $_SERVER[SCRIPT_FILENAME]<br> <br> <font color="#FF0000">PATH_TRANSLATED</font>= $_SERVER[PATH_TRANSLATED]<br> <br> <font color="#FF0000">DOCUMENT_ROOT</font>= $_SERVER[DOCUMENT_ROOT]<br> <br> <font color="#FF0000">REMOTE_ADDR</font>= $_SERVER[REMOTE_ADDR]<br> <br> <font color="#FF0000">HTTP_HOST</font>= $_SERVER[HTTP_HOST] <br> <br> <font color="#FF0000">REQUEST_METHOD</font>= $_SERVER[REQUEST_METHOD]<br> <br> <font color="#FF0000">HTTP_REFERER</font>= $_SERVER[HTTP_REFERER]<br> <br> <font color="#FF0000">SERVER_SIGNATURE</font>= $_SERVER[SERVER_SIGNATURE] </font> <BR> </td> </tr> </table> </center> </div> </BODY> </HTML>