Hey,
when I include another php file in a php file like this:
<? include("search.php"
; ?> there is no problem.
But when I include it like this:
<? include("search.php?a="
; ?>, I get the following error:
Failed opening 'search.php?a=' for inclusion (include_path='.;c:\php4\pear')
And I really want to include it like search.php?a= ... so anyone a solution?
The One And Only KryptoS
when I include another php file in a php file like this:
<? include("search.php"

But when I include it like this:
<? include("search.php?a="

Failed opening 'search.php?a=' for inclusion (include_path='.;c:\php4\pear')
And I really want to include it like search.php?a= ... so anyone a solution?
The One And Only KryptoS