Re: PEAR Auth embedded in HTML?
- From: "Mindaugas.Liubinas@xxxxxxxxx" <Mindaugas.Liubinas@xxxxxxxxx>
- Date: Thu, 4 Sep 2008 05:22:13 -0700 (PDT)
On Sep 3, 4:31 pm, ha...@xxxxxxxx wrote:
I've started playing with the Auth module, and I have a quick question
before I go any deeper. Is it possible to embedd the Auth login form
in an HTML page? I would like to put a login form in a sidebar of a
page.
use PHP include/require statements to include form saved on a separate
file
The problem seems to be that Auth relies on sessions, which
causes problems when the start() function sends header information.
Any suggestions and examples would be welcome.
/H
use output buffering, aka ob_start() function to deal with this or
rethink application design in such way that headers will always be
sent before any output.
.
- Follow-Ups:
- Re: PEAR Auth embedded in HTML?
- From: Jerry Stuckle
- Re: PEAR Auth embedded in HTML?
- References:
- PEAR Auth embedded in HTML?
- From: hakan
- PEAR Auth embedded in HTML?
- Prev by Date: To add search in my page
- Next by Date: Difference between include and require
- Previous by thread: PEAR Auth embedded in HTML?
- Next by thread: Re: PEAR Auth embedded in HTML?
- Index(es):
Relevant Pages
|