View an AS - remove AS or Space on text paste

View an AS - Remove 'AS' or ' ' (Space) on text paste into text box
This commit is contained in:
Datatech UK Ltd 2014-03-04 18:54:42 +00:00
parent 79ec0dbcf3
commit 7293d4f4b5

View File

@ -9,7 +9,7 @@ error_reporting(0);
require_once('func.inc');
$as = $_GET['as'];
$as = str_replace('as','',str_replace(' ','',strtolower($_GET['as'])));
if ($as)
$asinfo = getASInfo($as);