Answered Questions

  • Curl

    What is curl? What is the functionality of curl?

    abc

    • Sep 12th, 2011

    cURL is a library which allows you to connect and communicate to many different types of servers with many different types of protocols. Using cURL you can: Implement payment gateways payment notific...

  • Cron Jobs

    What are cron jobs? Explain in details.

    abc

    • Sep 12th, 2011

    CRON is the name of program that enables UNIX users to execute commands or scripts (groups of commands) automatically at a specified time/date. It is normally used for sys admin commands, like makewha...