kalyanchakravarthy.net – Kalyan’s Weblog, Rantings, Projects, Designs….and more blah

Archive for the ‘PHP’ Category

flipkurl – php/curl api library to access flipkart.com

  March 8th, 2010 | In PHP, Programming, Projects | No Comments »

Flipkurl is a php-curl based api library to access the contents of flipkart.com site, login into it, search book listings, add books to cart, move books from to wishlist, read contents of cart, etc.

Usually shopping carts don’t persist the user’s selection…

  Tags : , , , ,

Curl & handling cookie sessions

  March 1st, 2010 | In PHP, Programming | No Comments »

Curl is a very interesting utility library which lets one connect and interact with any remote url via any of the supported standard protocol. Though curl is essentially a command line tool, various bindings are available for access via programming…

  Tags : , , ,

Counting lines with php

  December 28th, 2008 | In PHP, Programming, Ramblings and Rantings, Scripts | No Comments »

Counting lines manually may sound really much easier than taking pains to write a script to do that. but yea it is true when one just talking about 2-5 files.

What if you wanted to know for a bunch of files…

  Tags : , , , ,

Php & the other side of love

  August 30th, 2008 | In PHP | No Comments »

As the saying goes “love is blind”, i have been in blind love with php and have been really disappointed to notice that php has huge list of syntactical inconsistencies and other things spread over the language. I realized this…

  Tags : , ,

What am i doing with php ! #1

  August 7th, 2008 | In PHP | No Comments »

To my astonishment, i am still hooked up with php since i started out with it since Jan 2005, thats around 3 and a half years. I still unconciously try to do everything i can think of with php.

As a…

  Tags : ,

Register Globals ?

  July 15th, 2008 | In PHP | 2 Comments »

Register globals is a feature which has been changed by default from ON to OFF since Php 4.2.0.
Its a feature which makes Request Variables like those sent through form submissions, like GET, POST etc. So a url like

index.php?auth=true

will make…

  Tags : ,

PhpSnip.com – Php snippets and scripts website

  May 30th, 2008 | In PHP, Projects | 1 Comment »

www.PhpSnip.com is a free Php Scripts, Php Snippets, source code, resources website.
The php scripts, snippets and the sources are free available for viewing, using and for download.

Different advertising options on PhpSnip.com are also available. Please view the advertising info page for more…

  Tags : , ,