User Profile

Collapse

Profile Sidebar

Collapse
flyingbear
flyingbear
Last Activity: Mar 22 '08, 09:31 AM
Joined: Sep 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • flyingbear
    started a topic how to 'sleep' in asp?

    how to 'sleep' in asp?

    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...
    See more | Go to post

  • flyingbear
    started a topic what editor is good for php?
    in PHP

    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
    See more | Go to post

  • flyingbear
    started a topic how to write this XPATH for search?
    in XML

    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
    See more | Go to post

  • flyingbear
    started a topic which editor software is for php?
    in PHP

    which editor software is for php?

    any free version php program editor? now, I'm using wordpad, :) any recommendation?


    thanks

    bear
    See more | Go to post

  • flyingbear
    started a topic how to protect php code?
    in PHP

    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
    See more | Go to post

  • 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
    See more | Go to post

    Leave a comment:


  • flyingbear
    started a topic any example of building a web service using php?
    in PHP

    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
    See more | Go to post
No activity results to display
Show More
Working...