I am trying to use an include file...
php Code:
<?php include('./includes/links.php?current=home'); ?>
Returns this error
Whats happening?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


Reply With Quote
