ya sorry, this program script is just getting very big and its ONLY going to get bigger so when I talk about it to other ppl I sometimes forget that they may not fully understand what it is I am doing or trying to do or what the circumstances are. I have a header.php file which has if statements to include other files if requested by the page including the header.php. sysmsgs.php includes the header.php which in turn includes the functions.php, config.php, javascript.php, and meta.php It is including the header otherwise the background wouldnt be blue nor would the font be white (since they are part of the CSS file which is included via the header.php file). Question for everyone, I am considering breaking my functions.php file into multible files....each function will have its own php file so extra functions are not included and possible confuse or bog down my script....any opinion on this would be nice. --- In php-objects@yahoogroups.com, Ryan Sexton <rsexton@f...> wrote: > Ok, now that you're using an IFRAME, I must ask. In your login.php > file, you include those various files that contain needed functions to > make login.php work. The IFRAME is using a file called sysmsgs.php. Is > sysmsgs.php trying to use any code that is included in login.php? If it > is, does sysmsgs.php contain the include statements similar to > login.php? > > -Ryan > > On Sep 15, 2004, at 4:31 PM, Jason wrote: > > > > > sorry should have added this to my last posting but to explain why I > > was asking about the lines of code... > > > > This is an example of one page of mine: > > > > > > login.php (95 Lines) > > include ("config.php"); > > include ("includes/functions.php"); > > include ("includes/header.php"); > > include ("includes/footer.php"); > > > > config.php (40 Lines) > > functions.php (176 Lines) > > header.php (155 Lines) > > footer.php (37 Lines) > > > > ------------------------ > > In the end there are a total of 503 Lines involved in the login.php > > and this doesnt include the iframe used with sys_msgs.php. > > > > Is it possible that because I include the functions.php at the top of > > the script that maybe by the time the script reachs the bottom it can > > no longer read any of the functions included via functions.php?????? > > > > > > > > > > > > > > PHP Data object relational mapping generator - > > http://www.meta-language.net/ > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> PHP Data object relational mapping generator - http://www.meta-language.net/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-objects/ <*> To unsubscribe from this group, send an email to: php-objects-unsubscribe@yahoogroups.com <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/