Connecting my index page to DataAssist pages
Hello. Data Assist is just awesome. By working with it, I am learning a lot about PHP. My question is dealing with creating a custom home page and connecting it to a DataAssist generated Results page. I have a dynamic page listing categories from my category table.
I was thinking this would work to send data :
"items_Results.php?itemCatID=<?php echo $row_WADAitemcategory['ItemCatID']; ?>"
however its not. I have been reading about using $_GET to send data between pages however most of my reading is dealing with forms
Thanks in advance for advice