Hi All, I am tring to capture the data being passed from an ASP page.
<td height="30"><a href="http://admin.boilerrentalservices.co.uk/availability.php?<%= rowProduct("GRPCODE") %>"><%= rowProduct("GRPCODE") %></a></td>
using VAR_DUMP($_GET) in the PHP page which produces this
array(1) { ["AHU-100-200"]=> string(0) "" }
How can I extract this 'AHU-100-200' data in a usable form and use to search a Database.
Thanks in advance
David