php3-list | 199903
Date: 03/22/99
- Next message: Graeme Merrall: "[PHP3] PDF example at php.codebase.org"
- Previous message: jkraai: "Re: [PHP3] MySQL - dates - today"
- Next in thread: Jason Brooke: "Re: [PHP3] Beginner question"
- Reply: Jason Brooke: "Re: [PHP3] Beginner question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Do you know how the include statement in PHP3 works.
I tried using it the way they showed it, but it give me an error.
/*INCLUDING IMPORTANT FILES*/
$condition = 1 ;
$file = "hello.php3" ;
include($file) ;
It gives me this error
Warning: Failed opening 'adnan.php3' for inclusion in
search.php3 on line 13
If you know of anything please inform me.. Thanks...
The file hello.php3 only has two lines declaring variables like so::
<?
$login = "ad" ;
$password = "all" ;
?>
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Graeme Merrall: "[PHP3] PDF example at php.codebase.org"
- Previous message: jkraai: "Re: [PHP3] MySQL - dates - today"
- Next in thread: Jason Brooke: "Re: [PHP3] Beginner question"
- Reply: Jason Brooke: "Re: [PHP3] Beginner question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

