alert(/xss/); ?i=42 */ function typecast($string, $type) { switch($type) { case 'integer': return (int)($string); case 'string' : return $string; default: return $string; } } ?>

Basic XSS

You entered (string type) q =
You entered (integer type) i =