i've just been told half way through a job that reg globals are a security risk and they will be turned off!
they said to use sessions instead but i'm not sure how.
how would i use these on a form or a query?
php q.
$query_PD = "SELECT * FROM property WHERE pcode='$pcode'";