PHP On horrific html

by w3cvalidation, May 04, 2010 11:38

Nice information, I really ...

4490d2bc128d1414472d1e880971f730 Talk
<?php

function clean_string($str)
...

PHP On Trimming excess from string

by Alix Axel, May 03, 2010 00:44

Forgot to allow spaces in m...

C7402070919f7a3c76fec48132ec8bd2 Talk
<?php

function clean_string($str)
...

PHP On Trimming excess from string

by Alix Axel, May 03, 2010 00:41

This does everything you as...

C7402070919f7a3c76fec48132ec8bd2 Talk
<?php

switch($view)
...

PHP On Code seems inefficient. Sug...

by Alix Axel, May 03, 2010 00:33

The switch() for debates is...

C7402070919f7a3c76fec48132ec8bd2 Talk
<?php

function getAge($birthdate) {
...

PHP On How to get age from given b...

by Alix Axel, May 03, 2010 00:26

This computes the age in a ...

C7402070919f7a3c76fec48132ec8bd2 Talk
<?php

function validateIban($value) {
...

PHP On IBAN Validation with PHP

by fain182.myopenid.com, May 01, 2010 10:12

i haven't tested it...

1bf59120892e34eb60836725566c6e55 Talk

PHP On Better way to check whether...

by Wordpress Themes, April 30, 2010 18:21

Genial dispatch and this fi...

8a908aeb24a6d16f6dd7efb24a1b7fdf Talk
<?php
	function cache_function($buildCallback, array $args = array(), $timeoutSeconds = 3600){
		// Set up the filename for the cache file 
...

PHP On Cache any PHP function

by gbhv, April 30, 2010 09:44

b

35ce1d4eb0f666cd136987d34f64aedc Talk

PHP On Post resending with parent ...

by Thomas Salvador, April 25, 2010 19:50

hi,
i suggest to ignore the...

34db50b7ce2e115afadf5a765b950739 Talk

PHP On horrific html

by Sam Phippen, April 20, 2010 20:56

plz help, homework due 2moz!!!

D41d8cd98f00b204e9800998ecf8427e Talk

PHP On Need help with index.php

by wakk3r, April 20, 2010 13:11

I have the same problem wit...

Ad11a018909f4085280fe28b6f4e8f51 Talk
<?php
/**
 * @property-read string $class_name
...

PHP On Base class for easy class p...

by SeanJA, April 17, 2010 15:44

Personally I do it this way...

74cc83022ea14b42b49ea487b95d5f1e Talk

PHP On horrific html

by Nathan, April 13, 2010 13:24

Are you asking us to fix th...

D5145c421cd25af6fa577c15219add90 Talk
<?PHP

// Requires PHP 5.1.0 at least; I won't do the check pragmatically though.
...

PHP On array to csv

by Chris, March 21, 2010 04:39

PHP as of 5.1.0 supports in...

91239a954fae9afc4ecdd460203df745 Talk
<?php
function array_to_csv($data, $delim = ",") {
	return implode($delim,$data);
...

PHP On array to csv

by incidence, March 17, 2010 14:25
Af941b609e976c37a10a38d38f9eb203 Talk

PHP On Need help with index.php

by JimM, March 16, 2010 19:28

Looks like it's obfuscated ...

3c3d20b34329cbdca46e9e4dc5ffad18 Talk

PHP On Register/Login Script

by nicerobot, March 16, 2010 11:07

The "most secure possible l...

7f69b0a9f0a030c37dca69736abb9f39 Talk
<?php
function clean_string($str) {
  $str = trim(strtolower($str));
...

PHP On Trimming excess from string

by Max, March 04, 2010 16:04

A compromise of readability...

E83321ad57faa07a9d664597bacfbb6c Talk

PHP On <input value=''> func...

by saurabh, March 03, 2010 13:42

manasdnmas

B298f1c7fc757fa0906c27219f221f39 Talk

PHP On Content Page Include

by syboara, March 01, 2010 03:22

А еще говорят, Ñ...

4224342221a9843bbebad05e01451fa4 Talk

PHP On Output div block with PHP c...

by krishna, February 26, 2010 04:31

how to create div in php

F65b911435e7120931df28468488adab Talk
<?php
      public static function LastId()
      {
...

PHP On My DB static class based ar...

by Gregor, February 25, 2010 16:52

Update

D41d8cd98f00b204e9800998ecf8427e Talk
<?php
class Database {

...

PHP On My DB static class based ar...

by Gregor, February 25, 2010 16:20

Nice job. Here is my very s...

B0de509fc0c0fb426e2caa4903005d35 Talk

PHP On Content Page Include

by DwenceFes, February 17, 2010 08:39

очень занимате...

Dd7833da3ad070b044136b1d0168c36b Talk
<?php
function get_title($html_page)
{
...

PHP On Get Title of HTML page

by Christoffer, February 09, 2010 16:49 Star_fullStar_fullStar_fullStar_full
73415a883aec7c0a7aada9c4cdb208b5 Talk