On Thu, Oct 30, 2008 at 4:41 PM, Steve Marquez
<[EMAIL PROTECTED]>wrote:
> I have a form that I use to authenticate users stored in a MySQL database.
> I want to be able to ensure that no body will be able to bookmark a page and
> be able to return to that page without authenticating. But I also w
On Thu, Oct 30, 2008 at 3:41 PM, Steve Marquez
<[EMAIL PROTECTED]> wrote:
> I have a form that I use to authenticate users stored in a MySQL database. I
> want to be able to ensure that no body will be able to bookmark a page and
> be able to return to that page without authenticating. But I also w
On Thu, Oct 30, 2008 at 3:38 PM, Jay Blanchard <[EMAIL PROTECTED]> wrote:
>
> Welcome to the list Steve, it is always nice to see new faces. I fear
> that your question is just a little too vague though, can you be more
> specific about what you're trying to do? You'll find a group of very
> helpfu
I have a form that I use to authenticate users stored in a MySQL
database. I want to be able to ensure that no body will be able to
bookmark a page and be able to return to that page without
authenticating. But I also want the authenticated user to be able to
use all the subsequent pages wi
[snip]
What is the best way to create authentication for MySQL info
displayed on PHP pages.
[/snip]
I personally like the Magic MySQL Authentication thingie, but I digress.
Welcome to the list Steve, it is always nice to see new faces. I fear
that your question is just a little too vague though
Steve Marquez wrote:
> Greetings,
>
> What is the best way to create authentication for MySQL info displayed
> on PHP pages.
>
> Thanks,
>
Best is relative. How many users do you expect?
Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com
--
PHP General Mail
Greetings,
What is the best way to create authentication for MySQL info
displayed on PHP pages.
Thanks,
--
Steve Marquez
Marquez Design
e-mail: [EMAIL PROTECTED]
web: http://www.marquez-design.com
phone: 479-648-0325
Anton Krall wrote:
Guys.
Im doing a small php auth system and I was wondering, how can avoid having
to do a form to pass the user and pw to the php scripts and just use the
popup auth windows on IE and NS? do you remember the names of the vars that
get passed thru that popup or how can I invoke
PROTECTED]
%Sent: Sábado, 24 de Abril de 2004 02:30 p.m.
%To: [EMAIL PROTECTED]
%Subject: Re: [PHP] PHP Auth
%
%* Thus wrote Anton Krall ([EMAIL PROTECTED]):
%> Guys.
%>
%> Im doing a small php auth system and I was wondering, how can avoid
%> having to do a form to pass the user a
* Thus wrote Anton Krall ([EMAIL PROTECTED]):
> Guys.
>
> Im doing a small php auth system and I was wondering, how can avoid having
> to do a form to pass the user and pw to the php scripts and just use the
> popup auth windows on IE and NS? do you remember the names of the vars that
> get passe
Guys.
Im doing a small php auth system and I was wondering, how can avoid having
to do a form to pass the user and pw to the php scripts and just use the
popup auth windows on IE and NS? do you remember the names of the vars that
get passed thru that popup or how can I invoke it?
Thx!
--
PHP
Bryan Koschmann - GKT wrote:
Hello,
I have gotten used to using .htaccess to protect files/directories, but
now I am looking at a need to authenticate against mysql. I have no
problem actually getting it to authenticate, but I'm wondering what the
simplest way to prevent someone from hitting any
Hello,
I have gotten used to using .htaccess to protect files/directories, but
now I am looking at a need to authenticate against mysql. I have no
problem actually getting it to authenticate, but I'm wondering what the
simplest way to prevent someone from hitting anything other than the main
page
You are sending the header information to the browser before the session
stuff begins...
make sure that you call "session_start();" right after your I have a problem, i'm new in PHP
>
> It is the problem in my browsegive me the solution please
>
> Warning: Cannot send session cache limiter
I have a problem, i'm new in PHP
It is the problem in my browsegive me the solution please
Warning: Cannot send session cache limiter - headers already sent
(output started at c:\foxserv\www\t-demo1\pedidos\prod_oficina.php:5) in
c:\foxserv\www\t-demo1\pedidos\prod_oficina.php on line 6
>
> > > Ed
> > >
> > >
> > >
> > > On Wed, 13 Nov 2002, Ewout de Boer wrote:
> > >
> > > > in httpd.conf
> > > >
> > > >
> > > > AllowOverride AuthConfig
> > > >
> > > >
ride AuthConfig
> > >
> > >
> > >
> > > More info at http://httpd.apache.org/docs/mod/core.html#allowoverride
> > >
> > >
> > > regards,
> > >
> > > Ewout
> > >
> > >
> > > - Origina
ards,
Ewout de Boer
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Ewout de Boer" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, November 14, 2002 5:42 PM
Subject: Re: [PHP] PHP Auth with Apache
>
> I'm now understanding how you can
ueves, 14 de Noviembre de 2002 04:51 a.m.
> Para: [EMAIL PROTECTED]
> Asunto: Re: [PHP] PHP Auth with Apache
>
>
> Ed,
>
> When you do auth with mysql and they succeed then u can set the
> $_SERVER['PHP_AUTH_USER'] and in theory that should allow you to
@;venticon.com]
Enviado el: Jueves, 14 de Noviembre de 2002 04:51 a.m.
Para: [EMAIL PROTECTED]
Asunto: Re: [PHP] PHP Auth with Apache
Ed,
When you do auth with mysql and they succeed then u can set the
$_SERVER['PHP_AUTH_USER'] and in theory that should allow you to connect
to the directory be
gt; > AllowOverride AuthConfig
> >
> >
> >
> > More info at http://httpd.apache.org/docs/mod/core.html#allowoverride
> >
> >
> > regards,
> >
> > Ewout
> >
> >
> > - Original Message -
> > From: "Ale
Original Message -
> From: "Alexander Bemme" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, November 13, 2002 12:02 PM
> Subject: [PHP] PHP Auth with Apache
>
>
> > Hi,
> > i got a little problem (i hope so)
> >
>
in httpd.conf
AllowOverride AuthConfig
More info at http://httpd.apache.org/docs/mod/core.html#allowoverride
regards,
Ewout
- Original Message -
From: "Alexander Bemme" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 13, 2002 12:02
Did you use $_SERVER['PHP_AUTH_USER'] or just $PHP_AUTH_USER
Alexander Bemme wrote:
Hi,
i got a little problem (i hope so)
I have installed Apache 1.3.26 and PHP 4.2.3 as module.
I used the example from www.php.net to do a PHP authentication,
but it didn't work, the pop appears but i can't lo
Hi,
i got a little problem (i hope so)
I have installed Apache 1.3.26 and PHP 4.2.3 as module.
I used the example from www.php.net to do a PHP authentication,
but it didn't work, the pop appears but i can't login.
In PHPManual is someting about "AuthType" but nothing about how
to fix it.
Can so
Hi all
I have a rather strange problem with php auth:
i want to authenticate a user through php and validate it through
imap_open function (to access his email).
I send WWW-Authenticate header like this:
header("WWW-Authenticate: Basic Realm=\"Private\"");
After, i check for isset($PHP_AUTH_U
Thanks for all the answers to this question but hitting the back button will
work, no authorization required to see the pages all over.
Repost problem:
I'm having a PHP based auth. It seems that unset($PHP_AUTH_USER) or
unset($PHP_AUTH_PW) doesn't work. Also, 401 Unauthorized header does not
work
Hi people
We all know we use PHP_AUTH_USER for login auhenthication, how about when
we need to logout? Can we just simply link them to someplace else or do we need
to anything special beside normal link?
cheers
Jack[EMAIL PROTECTED]"Love
your enemies, it will drive them nuts"
This is the file I include, works for me. cookie.egn just sets the session
variable 'SessionID' and database.egn just has my fetch_db_value functions.
Email me if you have any more questions.
http://www.php.net/manual/en/features.http-auth.php
\n";
exit();
}
if ( isset($PHP_AUTH_USER) AND
Hello,
Does anyone have a tutorial on using encrypted passwords for user AUTH? Flat
file or Database
Thank you,
Brandon Orther
WebIntellects Design/Development Manager
[EMAIL PROTECTED]
800-994-6364
www.webintellects.com
-
30 matches
Mail list logo