Thanks sgoku01.
Could I do it something like:
<?
if (isset(form action==post)) {
}
?>
I tried that, but I get an error message like this:
Parse error: parse error, expecting T_VARIABLE' or'$'' in /home/xxxx/public_html/contact_confirm.php on line 2
The actual script name is contact_confirm.php
I feel I'm really close. Any suggestions, anybody?😕