This question already has an answer here:
- PHP Require and Include GET 3 answers
can you tell me what is wrong with this code:
require( 'prepareOrder.php?oID='.$orders["id"].'');
Where: prepareOrder.php is a php located on the webpage root folder
and orders[id] is an id from an sql database.
</div>