Tag Archives: curl

cPanel database administering class

It is long time since I have worked with cPanel. My last work was cPanel Email Management  script that enables us to create/delete email accounts from outside of cPanel. Today I have worked with another cool thing. I have created … Continue reading

Posted in Linux, PHP, Scripts, cPanel | Tagged , , , , | 4 Comments

How to submit a form using PHP (cURL, fsockopen)

There are situations when you want to send data using POST to a URL, either local or remote. Why would you want to do this? Probably you want to submit data to an optin form, but without taking a valuable visitor away from your site. Or maybe you want to send data to several applications for various purposes, which would be impossible to do in the usual manner. So how can we deal with this problem? Continue reading

Posted in General, Open Source, Tutorial, Web Hosting | Tagged , , , | 14 Comments