Jump to content

dynamic sig help


icydude

Recommended Posts

I have been searching everywhere but i cant find a helpful artical for my needs.

I need to create a counter that outputs a 25x25 png with a single number and white back ground.

It would begin on Feb 25, 2006 then count up by one daily.
so today it would be 6, then tomorrow display 7 then 8 and so on.


can anyone help me out?
Link to comment
Share on other sites

well i figured it out a bit.

now my question is how do i get my output to be absolute value with no "-" sign.

[code]<?php

$days = (strtotime("2006-2-25") - strtotime(date("Y-m-d"))) / (60 * 60 * 24);
print $days;

?>[/code]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.