Hi
I need help with the following:
<?php
require( ./functions$board.php3);
?>
i want the function "number" to be whatever is sent by this url:
http://bla-bla/show-topics.php3?board=2
f.eks if the link selected ends with ?board=4, it will require function4.php3
Thank you!