PDA

View Full Version : Connecting my index page to DataAssist pages


bws343974
03-26-2009, 08:21 AM
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