Jump to content

Evan_McIntosh

New Members
  • Posts

    4
  • Joined

  • Last visited

Evan_McIntosh's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <?php date_default_timezone_set('America/Vancouver'); $date = '2099-12-31'; echo date('F j, Y', strtotime($date)); ?> = December 31, 2099 http://php.net/manual/en/function.date.php http://php.net/manual/en/function.strtotime.php
  2. Are you hosting this on your local machine or on a cheap shared web host? Many cheap shared host ips are blacklisted for spam as they attract spammers because there price point. I also found if the email lacks in content it may get sent to the spam.
  3. RewriteRule ^([^/]*)\.html$ random.php?id=$1 [L] Any link to a file in the folder will be Rewritten as above. example: www.url.com/cat.html becomes: www.url.com/random.php?id=cat How can I make a link ignored so a html file in the folder can be opened?
  4. Hello, Just joined myself. Welcome!
  5. Hi, I joined here because I'm learning php and thought I might join a php related forum. I took on the job of webmaster for the company I work for, the entire website was in html because some one exported the site from a cms years ago and stared updated the site manually in html... I started by automating parts of the site and have now created a database to hold all the sites content which is displayed with php to the end user. I also started building a custom back end management system for the average computer user. I always enjoyed a challenge... I code almost every day and have learned so much php in the past few months. Cheers, Evan
×
×
  • 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.