<?php
    function isvalid_url($url) 
    {
...

PHP check for valid url

by armano.myopenid.com, December 15, 2008 02:25, 15 refactorings, tagged with url

Hi everyone..is there other...

1cd9c8984f2fdeb996130d54d62a98d9 Talk
<?php
/*
E.g:
...

PHP remove http from url string

by armano.myopenid.com, November 11, 2008 04:09, 15 refactorings, tagged with url, short url, remove http

Ive made a function simply ...

1cd9c8984f2fdeb996130d54d62a98d9 Talk
function create_link($string) {

		$input = media_title($string);
...

PHP Prepare links - friendly URLs

by Memf, September 04, 2008 05:57, 2 refactorings, tagged with create link, links, memf, function, memforis, code, prepare, URLs, url, friendly urls, friendly, short, php

Please help shorten the cod...

71367d98df2bf14cbf704e7741eb402d Talk
<? php
if $userinput = "http://www."
{
...

PHP Replace user input with link

by Mlopez, January 02, 2008 01:39, 28 refactorings, tagged with http, parsing, phrasing, help, user, php, url, with, text, replace

im not quite sure where to ...

132a00e84e74c003f68311b39b28e969 Talk