calling external php file before <html> tag
From: Ben (crescent_au_at_yahoo.com)
Date: 08/29/04
- Next message: Wes Spikes: "Re: calling external php file before <html> tag"
- Previous message: Manuel Lemos: "Re: multiple emails via PHP"
- Next in thread: Wes Spikes: "Re: calling external php file before <html> tag"
- Reply: Wes Spikes: "Re: calling external php file before <html> tag"
- Reply: Wes Spikes: "Re: calling external php file before <html> tag"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Aug 2004 18:46:32 -0700
hi all,
just wondering if it is possible to call a function that resides on
external php file before any <html> tag?? i have a code that sets a
cookie which needs to be called before <html> tag. If I use that code
on the same file, it works fine. But I'd like to use it on a separate
php file so that it'd be easier to modify in the future because that
same function can be called from other files too... When I include the
external php file in my main file, it gives me warning saying
something like the cookie is set by the external file.... Is there a
way to do it properly?
Thanx
Ben
- Next message: Wes Spikes: "Re: calling external php file before <html> tag"
- Previous message: Manuel Lemos: "Re: multiple emails via PHP"
- Next in thread: Wes Spikes: "Re: calling external php file before <html> tag"
- Reply: Wes Spikes: "Re: calling external php file before <html> tag"
- Reply: Wes Spikes: "Re: calling external php file before <html> tag"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|