/* IBAN Validator * Jack ODERMAN * OPENGL License */ ...
PHP On Iban Validation with Php
by https://me.yahoo.com/a/9dIfsbEw0OinzIUvFIzoXNxffx.qJvoWIBQ-,
September 24, 2010 22:43
PHP On convert single itemed sub-a...
by bob-the-destroyer.myopenid.com,
September 16, 2010 06:14
Woops! Line 19 in my refac...
<?php
function recursive_extract(array $array) {
...
PHP On convert single itemed sub-a...
by bob-the-destroyer.myopenid.com,
September 16, 2010 05:29
I think this "recursive_ext...
<?php
class SelectComponent{
...
PHP On HTML Select Menu Template
by michal-pochwala.myopenid.com,
August 26, 2010 09:07
I think it is a nice approa...
PHP On Sanitizing a submitted Foru...
by Flowerbuth,
August 24, 2010 20:52
What flowers do you like?
PHP On Sanitizing a submitted Foru...
by starringmoviest,
August 24, 2010 19:28
hi i am new here just wana ...
PHP On Sanitizing a submitted Foru...
by VanTMark,
August 22, 2010 06:23
Zapatorinus is good. I am f...
<?php
abstract class ARouter
{
...
PHP On Router class for determinin...
by smartbloke,
August 19, 2010 11:58
Stripped some of the unnece...
<?php
$text = mysql_real_escape_string($_POST['text']);
$query = sprintf("INSERT INTO $table (`user_id`, `post_text`) VALUES ($d, $s);",$user_id,$text);
...
PHP On Sanitizing a submitted Foru...
by NullUserException,
August 10, 2010 19:33
First of all this would be ...
protected function getPageName()
{
// empty() will handle undefined variables just fine
...
PHP On Router class for determinin...
by quantumSoup,
August 09, 2010 23:32
Just after a quick skim thr...
PHP On remove http from url string
by Paris City Breaks,
July 31, 2010 13:17
Nice one, thanks very much ...
interface Transactional{}
...
<?php /** ...
PHP On XMLReader to Array Class
by Jason Brumwell,
July 25, 2010 02:34
I needed something simular ...
