PHP beginner |
|
Ik zit met een probleem, ik heb verschillende links, als je daarop klikt ga je naar de stats pagina van die link
een links is dus zo: stats.php?site=test
nu krijg ik dan wat errors
Warning: include(stats.php?site=test) [function.include]: failed to open stream: No such file or directory in /Users/WoutR/Desktop/MAMP website's/php stuff/site rating/sitelist.php on line 30
Warning: include() [function.include]: Failed opening 'stats.php?site=test' for inclusion (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Users/WoutR/Desktop/MAMP website's/php stuff/site rating/sitelist.php on line 30
Warning : include(stats .php?site =test ) [function.include]: failed to open stream : No such file or directory in /Users /WoutR /Desktop /MAMP website 's/php stuff/site rating/sitelist.php on line 30 Warning: include() [function.include]: Failed opening 'stats.php?site=test' for inclusion (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Users/WoutR/Desktop/MAMP website's/php stuff/site rating/sitelist.php on line 30
dit is mijn code
http://www.plaatscode.be/4355/
op regel 30 staat de include, volgens mij ligt het daaraan.
ziet iemand wat ik fout doe?
|