Nested Repeat Regions
I am having trouble with nesting repeat regions.
I read all of the threads on this, but still cannot get it right.
I am trying to nest a table within another table.
See attached file.
I am having trouble with nesting repeat regions.
I read all of the threads on this, but still cannot get it right.
I am trying to nest a table within another table.
See attached file.
You have:
CountArea = ? AND Count? = ? ORDER BY Count?
but you only have one parameter:
$rsLists->bindParam("i", "".($rsCounty->getColumnVal("CountyName")) ."", "a"); //County
Do you have a question mark in your column name? I'd remove that if possible, since question marks are used for placeholders for parameters and special characters in column names can cause issues in general.
The number of question marks in your SQL statement should be the same as the number of bindParam() statements below that replace the question marks with dynamic values.
I must have sent you the wrong version of the file.
I have since gotten it to work.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.