Hi All,
I am trying to change an HTML (FrontPage) form over to PHP, since I hate FrontPage, and I am having an issue.
When I use the command:
$Title = $_POST['Title'];
to get the Title data from the form, I get the following error:
Parse error: parse error, unexpected '=' in /home/inthecla/public_html/stossel/forms/ar2.php on line 14
and I do not see the problem with that line of code?
Any ideas?
Thanks,
Don