Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

include statement

 
   Database Forums (Home) -> PHP RSS
Next:  Small Database on Network  
Author Message
musicpro64

External


Since: Jul 06, 2007
Posts: 2



(Msg. 1) Posted: Thu Jul 05, 2007 10:56 pm
Post subject: include statement
Archived from groups: comp>lang>php (more info?)

Has anyone ever experienced an issue with an include statement where
the included file is processed, however, no further code is processed
after the included content? I have used includes for quite a while,
however, this is a new one for me. Any suggestions would be
appreciated.

Thanks

 >> Stay informed about: include statement 
Back to top
Login to vote
ZeldorBlat

External


Since: Jun 11, 2007
Posts: 37



(Msg. 2) Posted: Thu Jul 05, 2007 11:56 pm
Post subject: Re: include statement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jul 5, 10:09 pm, wrote:
> Has anyone ever experienced an issue with an include statement where
> the included file is processed, however, no further code is processed
> after the included content? I have used includes for quite a while,
> however, this is a new one for me. Any suggestions would be
> appreciated.
>
> Thanks

Sure -- if there's a fatal error in the include or immediately after.
Crank up error_reporting and enable display_errors in php.ini to see
if there are any messages you might be missing.

 >> Stay informed about: include statement 
Back to top
Login to vote
musicpro64

External


Since: Jul 06, 2007
Posts: 2



(Msg. 3) Posted: Thu Jul 05, 2007 11:56 pm
Post subject: Re: include statement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jul 5, 10:42 pm, ZeldorBlat wrote:
> On Jul 5, 10:09 pm, wrote:
>
> > Has anyone ever experienced an issue with an include statement where
> > the included file is processed, however, no further code is processed
> > after the included content? I have used includes for quite a while,
> > however, this is a new one for me. Any suggestions would be
> > appreciated.
>
> > Thanks
>
> Sure -- if there's a fatal error in the include or immediately after.
> Crank up error_reporting and enable display_errors in php.ini to see
> if there are any messages you might be missing.

Thanks a lot for the advice. I have been running in circles with this
code. Have not used these error tools yet... thank you so much.
 >> Stay informed about: include statement 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
include within include, using a relatve path - Hi, I have noticed something in PHP's include mechanism that surprised me. If you include a script that itself contains an include command using a relative path, that path is interpreted from the position of the 'outermost' script, not that of the scrip...

php include - I like to change a site from frames to a site that uses php pages with include. But the site contains subfolders and in those subfolders are images. I want to make a page, say index.php that includes a page in the subfolder: <?php..

PHP include/require bug? - Why can't I include/require a file starting with the letter 't'? <?php require "C:\t.php"; ?> [11-Dec-2005 15:55:00] PHP Warning: main(C: .php) [<a href='function.main'>function.main</a>]: failed to open stream: Inv...

Cant get include to work... - Hi This may be easy to most of you, but as a newbiw; I'm struggling. I am bringing in an include into a php file, but cant run the commands within the include. As an example, Within my php page I write: {php}include("content/myinclude.php")...

How 2 include meta tags? - Hello, I have a small website and I use the include function for the top head section of each page. This is convenient but all the pages have the same meta tags as a result. I would like to have different meta tags for each page. What it the most..
   Database Forums (Home) -> PHP All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]