PHP On Replace user input with link

by ucorp, July 16, 2010 19:24

is there anyway to test thi...

94b511efe3ee9cb76bdf58f8f6b32756 Talk
<?php

function getHtmlTitle( $htmlPage, $default = 'No Title' )
...

PHP On Get Title of HTML page

by Tim Gallagher, July 14, 2010 04:49

In my code, I needed to esc...

D6025f3a269555ed2b203e184ef14a72 Talk
<?php

...

PHP On Register/Login Script

by Exos, July 11, 2010 17:27

You have to be more organiz...

06eebe6973114aeb00bdbcfefb189643 Talk
<?php
function getTitle($htmlPage)
{
...

PHP On Get Title of HTML page

by El Barto, July 11, 2010 15:14

Christoffer's code is great...

74002eeb5435bacbda9bf392756d5033 Talk
<?php
$url = "http://www.joyent.com";

...

PHP On Get Meta Information of an ...

by El Barto, July 11, 2010 15:08

Well, that's nothing more t...

74002eeb5435bacbda9bf392756d5033 Talk

PHP On Check Server Status with PHP

by El Barto, July 11, 2010 14:58

I noticed I made a mistake ...

74002eeb5435bacbda9bf392756d5033 Talk
<?php

# Domain Name Variable
...

PHP On Check Server Status with PHP

by El Barto, July 11, 2010 14:55

I changed to use Exceptions...

74002eeb5435bacbda9bf392756d5033 Talk
<?php
function shorturl($url) {
    $midPart = '[ ... ]';
...

PHP On Short URL Function with PHP

by strager, June 12, 2010 21:00

If a given string is 45 cha...

8f3486a6fd9309188a9560d432bf046d Talk

PHP On remove http from url string

by Web Design Company, June 07, 2010 10:58

@ Vipul : You'll have to wo...

B3a1ed746bef2d134b651ec068d7e99b Talk

PHP On Canonical Link Code | Remov...

by Bryan Hadaway, June 07, 2010 08:20

Full solution here: http://...

8bc1f3e41b672b03a339d56f81c8e253 Talk
<html>
	<header></header>
...

PHP On Set apart this function to ...

by kathy-wu.myopenid.com, June 07, 2010 01:17
94f928c5cde29a190e2062fc7bb7fbdb Talk

PHP On Set apart this function to ...

by Kathy Wu, June 06, 2010 22:01

How large is the content ta...

94f928c5cde29a190e2062fc7bb7fbdb Talk
Dim someURL, someQueryString, splitURL
someURL = "http://localhost/blabla.asp?f=foo&b=boo"
splitURL = split(someURL, "?")
...

PHP On remove http from url string

by Software Web App Development, June 03, 2010 21:02

Got lot of coding options b...

B7eafa9db687dd13b42b83d3cf056774 Talk

PHP On Better way to check whether...

by pojo, June 02, 2010 00:16

Nice one mate!!! Might use ...

C9128cfe2527d00da315dba0782f3a1e Talk
<link rel="canonical" href="http://<?php echo $_SERVER["HTTP_HOST"] ?><?php echo parse_url($_SERVER['REQUEST_URI'],PHP_URL_PATH); ?>” />

PHP On Canonical Link Code | Remov...

by Bryan Hadaway, May 30, 2010 14:14

Okay, I've worked out the c...

8bc1f3e41b672b03a339d56f81c8e253 Talk
<?php
function shorturl($url){
    return strlen($url) > 45) ? substr($url, 0, 30).'[ ... ]'.substr($url, -15) : $url;
...

PHP On Short URL Function with PHP

by fain182.myopenid.com, May 30, 2010 10:20 Star_fullStar_fullStar_full
1bf59120892e34eb60836725566c6e55 Talk
<?php
function shorturl($url){
    if( strlen($url) > 45){
...

PHP On Short URL Function with PHP

by Yacoby, May 25, 2010 09:23 Star_fullStar_fullStar_fullStar_full
D41d8cd98f00b204e9800998ecf8427e Talk
<?

// Domain Name Variable
...

PHP On Check Server Status with PHP

by Mathew Spearey, May 22, 2010 19:34

As Casper said check what t...

Ad19166b458abb9d25aa0d0c74eb5d1f Talk
<?

// Domain Name Variable
...

PHP On Check Server Status with PHP

by Mathew Spearey, May 22, 2010 19:33

As Casper said check what t...

Ad19166b458abb9d25aa0d0c74eb5d1f Talk

PHP On MySQL original PHP 5 wrappe...

by Kingtona, May 07, 2010 09:12

thank you for this code but...

159fdebc1e198202eebdd68e05a57c46 Talk

PHP On MySQL original PHP 5 wrappe...

by Kingtona, May 07, 2010 09:10

thank you for this code but...

159fdebc1e198202eebdd68e05a57c46 Talk

PHP On Check Server Status with PHP

by Casper, May 06, 2010 13:56

You only check if the port ...

D41d8cd98f00b204e9800998ecf8427e Talk

PHP On Interfacing Tor with cURL

by dolar cotizacion, May 05, 2010 21:11

Neat and clean code. Thanks.

D41d8cd98f00b204e9800998ecf8427e Talk

PHP On horrific html

by w3cvalidation, May 04, 2010 11:41

Nice information, I really ...

4490d2bc128d1414472d1e880971f730 Talk

PHP On horrific html

by w3cvalidation, May 04, 2010 11:41

Nice information, I really ...

4490d2bc128d1414472d1e880971f730 Talk