posted: 2010-08-13 21:29:33
This is a quick example of how to use curl in PHP to send login information via POST using CURLOPT_POSTFIELDS to a webserver and the use the CURLOPT_COOKIEJAR and CURLOPT_COOKIEFILE store and re-send...
read moreThis is a quick example of how to use curl in PHP to send login information via POST using CURLOPT_POSTFIELDS to a webserver and the use the CURLOPT_COOKIEJAR and CURLOPT_COOKIEFILE store and re-send...
read moreOne of the major advantages to come from the SPL is the introduction on the iterator interface and her derived classes. The iterator interface contains 6 abstract functions. abstract pub...
read moreToday I thought that I would talk about using a comparison delegate function with native PHP sort functions. The reason for me writing this tutorial is that I often come across code where developers ...
read moreWant to make your CodeIgniter URL's a little friendlier on the eye? Then all you need to do is take 2 simple steps. Firstly open your application/config/config.php and set the index_page value to: ...
read more