php-windows Digest 31 Jan 2005 03:45:40 -0000 Issue 2558
Topics (messages 25485 through 25487):
How can I set up gdbm extension?
25485 by: KuYa White
Re: user login/password
25486 by: Frans Roffel priv�
Re: Timed redirection
25487 by: graeme
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
I'm using PHP Version 4.3.7 in windows xp. I want to test gdbm file. So, I
set up dba extension. But I can't see gdmb in phpinfo page. How can I set up
gdbm extension.
phpinfo messages are below.
------------------------------------------------------------------------------
...
dba
DBA support enabled
Supported handlers cdb cdb_make db3 inifile flatfile
...
------------------------------------------------------------------------------
Thanks, in advance.
--- End Message ---
--- Begin Message ---
Search for PEAR auth() package at pear.php.net
Works fine and has some basic code samples.
The package is explained in more depth at various other pages which can be
obtained by some Googling. Search for "Pear auth".
Hope it works for you (not exactly pointing you to a tutorial, i'm sorry).
Winnesoup
----- Original Message -----
From: "Patrick Roane" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, January 28, 2005 9:23 PM
Subject: [PHP-WIN] user login/password
> Can anyone suggest a good tutorial on creating a user
> login screen?
>
>
>
> =====
>
> ----------------
> "forget your lust for the rich man's gold. All that you need, is in your
soul. You can do this if you try. All that I want for you my son, is to be
satisfied"
>
> ~ Lynard Skynard
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
Hi,
I've not done what you want but if I understand you correctly then it is
possible with the HTTP redirect header. A Quick google should help out.
graeme
Jim MacDiarmid wrote:
Is there a way to programmatically add timed redirection to a page? I have
a page with a form on it. Once it's submitted and the data is updated in
the database correctly, I'd like to present a status page then wait for say
3 seconds before redirecting them to some other URL.
I know you can do this with window.location = 'targetURL' but not sure how
to add it. I was thinking that it might have to be added to the header, but
I'm using the same header template for each page.
Any ideas?
TIA,
Jim
--
Experience is a good teacher, but she sends in terrific bills.
Minna Antrim
--- End Message ---