home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / bb98.exe / phptest.php < prev    next >
Text File  |  2002-11-28  |  2KB  |  89 lines

  1. <html>
  2. <title>PHP Setup Wizard</title>
  3. <head>
  4. <LINK REL=stylesheet TYPE="text/css" HREF="basestyl.css">
  5. <script language=javascript>
  6. <!-- 
  7. function Close(){
  8.     top.close()
  9.     return false;
  10. }
  11.  // -->
  12. </script>
  13. </head>
  14.  
  15. <body onload="javascript:focus();">
  16. <tr>
  17. <table width=420 cellpadding=0 cellspacing=0 border=0>
  18.     <tr>
  19.  
  20.         <!-- Main area -->
  21.         <td align=left valign=top colspan=5 class=cB5>
  22.  
  23.             <table border=0 cellspacing=1 width=100%><tr><td>
  24.             <table border=0 cellspacing=1 cellpadding=6 width=100%>
  25.  
  26.             <tr><td align=left colspan=2 class=cB5>
  27.  
  28.             <table width=100%><tr><td class=cB5>
  29.             <font class=cLT>
  30.             <b>Test PHP Support</b>
  31.             </font>
  32.             </td><td align=right>
  33.             <img src=phpwz1a.gif border=0>
  34.             </td></tr></table>
  35.  
  36.                 <center><font face=verdana size=2><br>
  37.                 <?php
  38.                     $t = "<b>BadBlue and PHP both say Hello!</b><br>";
  39.                     echo($t);
  40.                     echo("<br>Today is ".date("F j, Y, g:i a")."<br>"); 
  41.                 ?>
  42.                 </font></center>
  43.  
  44.             <br><br>
  45.  
  46.             If PHP support is correctly installed, you should see today's
  47.             date and time displayed above.  If it is not, please review
  48.             the <a href="http://badblue.com/helpphp.htm" target=_blank>PHP Help Center</a>
  49.             for details on checking your PHP installation.
  50.  
  51.             <br><br>
  52.  
  53.             If you would like to edit or examine this file to see how it
  54.             works, open the file <font color=blue>phptest.php</font> in the
  55.             BadBlue installation folder (usually this is
  56.             <font color=#888888>c:\program files\badblue\pe\phptest.php</font>).
  57.  
  58.             <br><br>
  59.  
  60.             <table width=100%><tr>
  61.                 <td class=cB5 align=right> 
  62.                 </td>
  63.                 <FORM ACTION="javascript:Close()" METHOD=GET>
  64.                 <td class=cB5 align=center>
  65.                 <INPUT class=cBU type=submit value="Close">
  66.                 </td>
  67.                 </FORM>
  68.                 <td class=cB5 align=left> 
  69.                 </td>
  70.             </tr></table>
  71.  
  72.  
  73.             </td></tr></table>
  74.             </td></tr></table>
  75.  
  76.         </td>
  77.  
  78.     </tr>
  79.  
  80.  
  81.     <tr>
  82.         <td align=left colspan=5><font class=cNA>
  83.          
  84.         </td>
  85.     </tr>
  86.  
  87. </table>
  88. </body></html>
  89.