1
2
3
4
function GET($name, $default=null)
{
	if ( isset($_GET[$name]) )
...

PHP On An easy one: traversing thr...

by Vilx-, November 16, 2009 10:18

Something went really wrong...

Avatar Talk
1
2
3
4
function GET($name, $default=null)
{

...

PHP On An easy one: traversing thr...

by Vilx-, November 16, 2009 10:15

I usually create a GET and ...

Avatar Talk
1
2
3
4
function GET($name, $default=null)
{

...

PHP On An easy one: traversing thr...

by Vilx-, November 16, 2009 10:15

I usually create a GET and ...

Avatar Talk
1
2
3
4
<?php
  date_default_timezone_set("GMT");

...

PHP On Determine whether it's day ...

by Ben Marini, November 03, 2009 03:10 Star_fullStar_full

First off, your $latitude a...

D85d44a0eca045f40e5a31449277c26c Talk
1
2
3
<?
date_default_timezone_set("GMT"); 
...

PHP On Determine whether it's day ...

by Ants, November 02, 2009 20:47

I don't understand the logi...

F9a9ba6663645458aa8630157ed5e71e Talk
1
2
3
4
//um... this is not tested :)

	/**
...

PHP On PDO database wrapper

by Tom, October 28, 2009 14:03 Star_fullStar_fullStar_fullStar_fullStar_full

Hi nice class.

Maybe I'm n...

9df510edee15686648f6ae3c9bda4a6d Talk
1
So, in my blog, I look for opportunities to present perspectives that are often censored. , 

PHP On Content Page Include

by Bob33, October 23, 2009 10:24

So, in my blog, I look for ...

303ed0c3b00c8c22612e975b0f4e31f6 Talk
1
2
3
4
<?php

class User {
...

PHP On User Registration Function

by Martins, October 19, 2009 15:58

Improve this by validating ...

Avatar Talk

PHP On XMLReader to Array Class

by Anthony Gordon, October 15, 2009 00:39

When you use objects like s...

Ecfa4a3206d0e502a41d261e10a3a349 Talk
1
<a href="http://www.asdf.com" target="_blank">www.asdf.com</a>

PHP On Replace user input with link

by Skip, October 12, 2009 21:35

Hi there,

Just stumbled up...

Avatar Talk
1
2
3
4
<?php

$str_fromArray = implode(",", $arr);
...

PHP On From array to list

by hlegius, September 30, 2009 18:13

@Simo Niemelä

Do not cre...

9be98dfa0cab54033aebb909a5d1df84 Talk
1
2
3
4
<?php
    $connection = mysql_connect("localhost","root","fayaz");
        if(!$connection) {
...

PHP On Output div block with PHP c...

by Fayaz, September 23, 2009 09:58

hi.. i m new to php.. this ...

7d8f6da25b35316cd84812048565b09b Talk
1
2
3
4
<?php

class MySQL
...

PHP On php mysql wrapper begginer

by murugan, September 23, 2009 06:29

test

D9a353bffb7f54d2330c86d42203032d Talk
1
2
3
<?php
class User extends AppModel {
...

PHP On User Registration Function

by gordon0580.myopenid.com, September 21, 2009 04:06

In cakePHP, you can do this.

Avatar Talk

PHP On MD5 strings

by Marco Valtas, September 17, 2009 02:17 Star_fullStar_fullStar_fullStar_fullStar_full

Maybe you should post this ...

B8d457d2c39911ea4c74ba7d66b9c3f7 Talk

PHP On MD5 strings

by Tj Holowaychuk, September 13, 2009 15:24

WTfffff

F1e3ab214a976a39cfd713bc93deb10f Talk
1
2
3
4
<?php

$var = 'fdsf'; 
...

PHP On DRY switch

by fewfw, September 13, 2009 03:15

rewewrew

A2c95740052dd8a33d2643afc76f1238 Talk

PHP On MySQL database class

by lukas, September 04, 2009 14:10

Yeah, well if you are in th...

A54000a44341dc35ab30a332a49784d3 Talk

PHP On MySQL database class

by Tim Cooper, September 04, 2009 10:49

There's no excuse for runni...

441c4f02db55ef2cbe96027af7012e01 Talk

PHP On MySQL database class

by lukas, September 03, 2009 14:45

Damn, forgot to log in so I...

A54000a44341dc35ab30a332a49784d3 Talk

PHP On MySQL database class

by Lukas Oppermann, September 03, 2009 14:31

Well, PDO is only available...

A54000a44341dc35ab30a332a49784d3 Talk

PHP On MySQL database class

by Tim Cooper, September 03, 2009 14:08

It's called PDO or MySQLi. ...

441c4f02db55ef2cbe96027af7012e01 Talk

PHP On using DOM for cleaner PHP c...

by Tj Holowaychuk, August 12, 2009 14:26

Stop posting separate recor...

F1e3ab214a976a39cfd713bc93deb10f Talk

PHP On Limit amount of words displ...

by charliefrancis, August 10, 2009 16:14

Thanks guys, always good to...

2a6fcd188b27b22064dcbd416f2c8ef1 Talk
1
2
3
4
<?php

function str_trunc($text, $limit, $uniqSeparator = '%%~`~%%')
...

PHP On Limit amount of words displ...

by Morkai, July 31, 2009 17:55

Might want to use prepare_t...

Avatar Talk