I havent been able to solve this problem.Im using BadBlue server on WinME
(dont have access to anything else right now) and PHP 4.0.6.
I  have a site Im working on under c:/Site/BadBlue/ and PHP installed under
c:/php
My php.ini has under the include_path:

; Windows: "\path1;\path2"
include_path = "c:\Site\BadBlue"

All files related to the site are under c:/Site/BadBlue.

I have been trying to make a site that uses includes to insert different
articles depending on the links this way:

Link:

http://site/articles.php?article_id=1

And articles.php has the following include:

<?php
include('article' . $article_id . '.html');
?>

So that would insert article1.html.

That gives me the following error:
Error 0: not found

Any ideas how I might get that to work using includes and variables in the
url?



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to