PHP Classes

File: fwphp/glomodul/z_examples/AJAX_form_valid/show_servertime.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/z_examples/AJAX_form_valid/show_servertime.php   Download  
File: fwphp/glomodul/z_examples/AJAX_form_valid/show_servertime.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of fwphp/glomodul/z_examples/AJAX_form_valid/show_servertime.php
Date: 1 year ago
Size: 315 bytes
 

Contents

Class file image Download
<?php
header
('Content-Type: text/xml');
$vrijeme = date('H:i:s');
$file = basename(__FILE__) ;
?>
<?xml version
="1.0"?>
<clock1>
   <timenow>
     Ispisala skripta: <?=$file?>
Vrijeme na serveru: <?=$vrijeme?>
</timenow>
</clock1>



<!--table border="1">
  <tr><th>Broj</th><th>Datum</th></tr>
</table-->