1 2 3 4
<?php $options = $_GET['options']; ...
PHP dynamic select box
by blank714.myopenid.com,
November 28, 2007 07:19,
3 refactorings
JavaScript On ajax star rater using mootools
by blank714.myopenid.com,
November 21, 2007 18:41
i couldnt get any of those ...
1 2 3 4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> ...
JavaScript ajax star rater using mootools
by blank714.myopenid.com,
November 21, 2007 08:00,
4 refactorings, tagged with mootools, ajax, star rating
i know theres a lot of star...
PHP On image upload script
by blank714.myopenid.com,
October 29, 2007 18:43
hey, sorry it took me so lo...
1 2 3 4
<?php // check to see if image has been uploaded if (empty($_FILES['image']) OR $_FILES['image']['error'] != UPLOAD_ERR_OK) { ...
PHP image upload script
by blank714.myopenid.com,
October 25, 2007 20:13,
6 refactorings
havent gotten this to work ...
PHP On making user html input secure
by blank714.myopenid.com,
October 14, 2007 15:40
wow okay cool, thanks
1 2 3 4
$variable_1 = secure_input($_POST[$variable_1]); $variable_2 = secure_input($_POST[$variable_2]); ...
PHP On making user html input secure
by blank714.myopenid.com,
October 13, 2007 18:05
so this could work like thi...
PHP On making user html input secure
by blank714.myopenid.com,
October 12, 2007 23:38
how exactly would that work...
1 2 3 4
<?php ...
PHP making user html input secure
by blank714.myopenid.com,
October 12, 2007 23:16,
9 refactorings
im guessing there has to be...
is there any way to shorten...