1
2
3
4
<?php

$url     = 'http://tinyurl.com/'.$_GET['n'];
...

PHP On Resolving TinyURLS to the d...

by Meir, October 28, 2007 10:21
Avatar Talk
1
2
3
4
Meir:

<?php
...

PHP On Random password

by Meir, October 17, 2007 16:46 Star_fullStar_fullStar_full

My new code is faster, a si...

Avatar Talk
1
2
3
4
<?php

function random_password($length = 6)
...

PHP Random password

by Meir, October 17, 2007 12:14, 9 refactorings

:)

Avatar Talk