how to 'sleep' in asp?
I'm using an asp code to process data in database on server. It is a long time loop. What I want to do is: once after some processing, put the asp in 'sleep' for about 10 seconds (or some time), so that the server can process other things while processing my data.
I found this code:
/////////////////////
StartTime = Timer()
EndTime = Timer()
WaitTime...
User Profile
Collapse
-
how to 'sleep' in asp?
-
what editor is good for php?
I'm new at php and am using notepad as editor. Which editor will you recommend? of course, free software is better.
thanks
bear -
how to write this XPATH for search?
I have a xml file:
<AAA id="1111">
<DateTime>200 7-01-01 12:01:03</DateTime>
....
</AAA>
How can I use XPath to select all <AAA> nodes whose DateTime value is 30 days older than the current DateTime?
Or, I have to use a loop?
thanks
bear -
which editor software is for php?
any free version php program editor? now, I'm using wordpad, :) any recommendation?
thanks
bear -
how to protect php code?
I'm a newbie of php: how to protect php code? I mean the php code is on the server, is it easy for others to get the source code from server? is it possible to encode the source code?
thanks
bear -
no, the web service I mean using SOAP or other stuff to build the service, so that the server can exchange data with other system/software easily. It is not just a web site.
here is more explaination: http://en.wikipedia.or g/wiki/Web_service
thanks
bear -
any example of building a web service using php?
any example of building a web service using php? Can I access database in web service? i'm not familar with php, and the feature I need is basic. So, the simple the example, the better it is.
thanks
bear
No activity results to display
Show More
Leave a comment: