When i use the form in my php script called sticky.php , and enter data, the URL becomes " /<?firstname=John&lastname=Smith&wines[]=shiraz&wines[]=merlot&button=Submit+Name " , which doesnt function and shows an error 403 [access forbidden ] .
But if I change the '<' to sticky.php , it...