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

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 : , , ,

Up and Alive

  June 2nd, 2009 | In General Chatter, Site stuff | 1 Comment »

Its been quite a while since i last blogged. The site or to be more precise the domain went down, and my stupid domain host just won’t renew it even after i promptly paid. Other than that the last 2…

  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 : , , , ,

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 : , ,