March 18th, 2008, 07:53 PM
|
#10 (permalink)
|
| Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
So this? Quote:
typecast($_REQUEST, array('ppaction' => STRING,'albumid' => INT));
typecast($_POST, array('admin' => INT, 'category' => INT, 'do' => STRING, 'isprivate' => STRING, 'canzip' => STRING,
'albumdesc' => STRING, 'albumname' => STRING, 'theme' => STRING, 'parent' => INT,
'sortorder' => INT, 'catorder' => INT, 'frames' => STRING, 'oldstat' => STRING,
'albumowner' => STRING, 'thumbtype' => INT, 'intro' => STRING, 'introtitle' => STRING,
$introcopy = $_POST['introcopy'];
$introcopy = htmlentities( $introcopy );
|
Last edited by skidpics; March 18th, 2008 at 08:01 PM.
|
| |