|
Long Island Lune -> RE: Date and time formats (8/2/2006 18:39:13)
|
rdouglass, Yeah this script/function needs to run in real-time. Specifically it needs to be a general script, was thinking cgi or something, that reads the time once every minute or so, then if the time matches a predetermined time, activate a script and carries out a task. We have distributors that like to email things they find on our site to a private list of their own clients. So they find an item on our site, they program it for a certian date and time. And on that date and time, the item gets emailed out to the distributor' clients. Right now I got a guy who has to sit by the computer and check the times that people programmed in. If the current time matches the programmed time, he manually sends out the item by email. We have all the systems in place to find a product, set it up to transmit, program the system, etc. We just need something that can read the current time, compare it to the time they programmed, then when the two are equal, the script starts and the transmitting goes into motion. One of our main competitions already has this system setup and are using it great - http://www.constantcontact.com/index.jsp. Was hoping we could do the same. But it's this timer thing that we can't figure out. davids, Very interesting. Thanks for laying that out for me. This is something I want my guys to see. Yeah, .asp can't accomplish a task like this. Neither can VB. We went through every function in vb and can't fnd anything in real time. Someone else told me cgi. Don't know that though. The script itself does not have to be asp or vb, but (I guess) as long as it can return a string to the current date and time - that can be read by one of our scrpts, we might be on our way to solving this. The technology is out there, like I said, someone else got it and it works great for them. Of course, they aren't going to tell me how it was done. I guess an industry secret. In fact, there's about 10 sites that I know of that do the exact same thing we're trying to do.
|
|
|
|