I have a line in a page which recieves form info from a form page
Code: Select all
$additional_info1 = $_REQUEST['additional_info1'] ;How can I stop this error without having to include the 'additional_info1' form field on the form page. This is one of many form fields which react in this way which I would like to only add only on specific pages which post to this php script
Thanks
Paul M