Still not working
Hi Jason
Still not working
I now have
<?php
@session_start();
if($_SERVER["REQUEST_METHOD"] == "POST") {
foreach($_POST as $k => $v) {
$_POST[$k] = htmlspecialchars($v, ENT_QUOTES);
}
}
?>
This is on the first line of the 2 pages I attached in the previous post
Regards
John