Results 1 to 2 of 2

Thread: Date/PHP
      
   

  1. #1
    neworldisorder is offline Corporal
    Join Date
    Sep 2005
    Location
    Europe
    Posts
    18

    Smile Date/PHP

    Hi - I'm trying to put the date on my web pages with the following code:
    <? print(date("m-d-Y")); ?>

    It doesn't seem to like it - no date showing up - do I need to alter this, or is it down to the server settings?

    Thanks!

    Paul.

  2. #2
    neworldisorder is offline Corporal
    Join Date
    Sep 2005
    Location
    Europe
    Posts
    18

    Default

    I sorted this problem - for future reference:

    One needs to log into to the CP - goto Apache Handlers - add the following:

    In the extensions box add: .php .html
    In the handlers box add: application/x-httpd-php

    Thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49