Hi all,
I have a script wriiten for use with HTML5 and Cache Manifest.
When I try and validate the script I get one error in a FORM section.
The validator show the following errrorCode:<form id="form2" name="form2" method="post" action="flight_multi.php?MobileNumber=<?php print $_SESSION['mobilecookie'];?>"> <input name="button" type="image" id="button" src="images/tracking_button.png" alt="Current flights" /> </form>
1.Error: Bad value flight_multi.php?MobileNumber=
Notice: Undefined index: mobilecookie in /home/vhosts/mydomain/httpdocs/index_home.php on line 57
for attribute action on element form: Control character in query component.
From line 42, column 17; to line 44, column 2
<form id="form2" name="form2" method="post" action="flight_multi.php?MobileNumber=↩Notice: Undefined index: mobilecookie in /home/vhosts/mydomain/httpdocs/index_home.php on line 57
Can anyone help me ger around/fix this issue.
Many thanks in advance.
Dereck


Reply With Quote
Bookmarks