Thank you Anurag,
I have already the db created ,
My question is how best to get the users local time
availability into the
database, what is the best method to use, should I use list
menus, etc, has
any one had to do this in a project before.
and then when some one comes to my site i want them to be
able to compare
the time stored with the time of the site users country
locally using an if
else statement. i am using asp vb and sql server
regards
kenny
"Anurag" <chetan_anurag@yahoo.de> wrote in message
news:e58mta$kbg$1@forums.macromedia.com...
> Well basically first you have to collect:
> a, the users phone number
> b, the "display times"
>
> and store those values in a database - don't even think
about NOT using
> one
>
> Then you simply check when the page is called whether
the current time
> is within the display time...
>
> Oh, btw you probably have to think about which time you
are talking about:
>
> the mobile phone owner's local time, the viewer's local
time, your
> server time...
>
> That should do the trick...
>
> Anurag
>
>
>
> twocans wrote:
>> hello,
>> I am looking to give my user a "show my phone
number" option to show his
>> mobile phone number online and at selected times by
that user, I need to
>> create a page that will allow my user to apply this
as best and as easy
>> as
>> possible, my users are unaversial based. how best
can I do this, is thre
>> a
>> snippet out there that anyone knows that may help. I
am willing to pay if
>> any one knows of such suitable code.
>>
>> regards
>>
>> kenny
>>
>>