Recent content by Shervin E

  1. S

    php server caching a file and does not update it?

    I have a php script which is supposed to send me an email everytime an error happens. I have commented out the section where its supposed to send me emails and I still receive emails! I have no idea how this can happen. Does the server cache a php file and use the saved file on subsequent...
  2. S

    PHP: How to send a URL request without waiting for the response?

    I want a function similar to file_get_contents(URL) but with a difference that I do not want to wait for the URL to get processed. I just want to send the request and move on regardless of the ourcome of URL. Is there such a function in php? Thanks in advance :)
Back
Top