I want to implement the same time function that PHP supports in ASP. When I call the function time() in PHP
it spits out some number like 92378789. That's the number that I need because I have PHP pages that will need to format that number numerous ways in PHP.
But there's one page that I want to make into ASP. I want to call some time function that will be able to spit out the same number so that my php files can share the output of the asp file.
is there a way I can spit out that same number in ASP?
please help!
thanks in advance.
Ken
it spits out some number like 92378789. That's the number that I need because I have PHP pages that will need to format that number numerous ways in PHP.
But there's one page that I want to make into ASP. I want to call some time function that will be able to spit out the same number so that my php files can share the output of the asp file.
is there a way I can spit out that same number in ASP?
please help!
thanks in advance.
Ken