When I type this:
<form method="post" action="../Thread/thread.php?threadID=".<?php echo $threadID; ?>."&page=".<?php echo $page; ?> >
I get this:
http://localhost/PoliticalForum/Thread/thread.php?threadID=
how can I encode the variables into the url to avoid such mistakes?