zhasm
1/9/2011 - 7:18 AM

php snippets

php snippets

<?php

//convert command line args to named array:
parse_str($argv[1], $_GET);

?>