php3-list | 199903
Date: 03/23/99
- Next message: Lars Torben Wilson: "Re: [PHP3] How to search for leading backslash?"
- Previous message: Cruz, Miguel (OD): "RE: [PHP3] How to search for leading backslash?"
- In reply to: Jason Brooke: "Re: [PHP3] Beginner question"
- Next in thread: Kip Keil: "Re: [PHP3] Beginner question"
- Reply: Kip Keil: "Re: [PHP3] Beginner question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The file adnan.php3 is in the same directory as hello.php3. I set the read
write permissions on it as for all just to see if it was a read write
problem. I will try specifying the full path and see if that works. If
you have anymore suggestions please tell me..
thanks.
On Tue, 23 Mar 1999, Jason Brooke wrote:
> Where is it getting 'adnan.php3' from?
>
> Have you tried specifying the full path to hello.php3 in $file ?
>
> Jason
>
>
> Adnan Bilwani wrote:
> >
> > 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>
>
>
>
-- 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: Lars Torben Wilson: "Re: [PHP3] How to search for leading backslash?"
- Previous message: Cruz, Miguel (OD): "RE: [PHP3] How to search for leading backslash?"
- In reply to: Jason Brooke: "Re: [PHP3] Beginner question"
- Next in thread: Kip Keil: "Re: [PHP3] Beginner question"
- Reply: Kip Keil: "Re: [PHP3] Beginner question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

