Jump to content

Time stamp won't appear


Wolverine68

Recommended Posts

Hello,

 

I'm trying to display the date and time on a webpage.

 

Here's the code for the PHP file, named "time.php":

 

<html>

<body>

 

<?php

echo date("m/d/y : h:i:A", timestamp)

?>

 

</body>

</html>

*************************

I then tried to display it on my html page this way:

 

<p align="center"><?php include("cgi-bin\time.php") ?)</p>

 

*************************

 

It did not display.

 

Any suggestions?

 

Ken

 

Link to comment
https://forums.phpfreaks.com/topic/57115-time-stamp-wont-appear/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.