1
2
3
4
<?php 

$options = $_GET['options'];
...

PHP dynamic select box

by blank714.myopenid.com, November 28, 2007 07:19, 3 refactorings

is there any way to shorten...

Avatar Talk

JavaScript On ajax star rater using mootools

by blank714.myopenid.com, November 21, 2007 18:41

i couldnt get any of those ...

Avatar Talk
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...

Avatar Talk

PHP On image upload script

by blank714.myopenid.com, October 29, 2007 18:43

hey, sorry it took me so lo...

Avatar Talk
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 ...

Avatar Talk

PHP On making user html input secure

by blank714.myopenid.com, October 14, 2007 15:40

wow okay cool, thanks

Avatar Talk
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...

Avatar Talk

PHP On making user html input secure

by blank714.myopenid.com, October 12, 2007 23:38

how exactly would that work...

Avatar Talk
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...

Avatar Talk