Hi,
The include is on the same page as the form, it's a postback.
File paths are all fine
yes, 1.html, 2.html are the pages to include
I tried this: <?php if(isset($brandSelect)) include 'folder/' . $brandSelect . '.html' ; ?> Still doesn't work!
I used $_POST['var'] instead.
the variable seems to be passed fine, when I method="GET" it, I see the variable in the query string.
After all this, it still doesn't work, the include is in a <td>, when I view source, the <td> is empty.
Thanks, hope u can help
MK