I am trying to use an include file...

php Code:
  1. <?php include('./includes/links.php?current=home'); ?>

Returns this error

Code:
Warning: include(./includes/links.php?current=home) [function.include]: failed to open stream: Invalid argument in C:\xampp\htdocs\ValueTech\index.php on line 25
Whats happening?