<?php
function shorturl($url){
    $length = strlen($url);
...

PHP Short URL Function with PHP

by arthurkingman.myopenid.com, May 20, 2010 17:07, 3 refactorings, tagged with short url, php

A code block for php coders...

55502f40dc8b7c769880b10874abc9d0 Talk
<?

# Domain Name Variable
...

PHP Check Server Status with PHP

by arthurkingman.myopenid.com, May 06, 2010 13:07, 10 refactorings, tagged with php, check server status

Here's server status checke...

55502f40dc8b7c769880b10874abc9d0 Talk
<?php
 
// char coding
...

PHP Get Meta Information of an ...

by arthurkingman.myopenid.com, May 01, 2010 20:52, 1 refactoring, tagged with php, get meta information, get url information

Hello Php Coders,

It'll ...

55502f40dc8b7c769880b10874abc9d0 Talk