php-windows Digest 2 Dec 2001 00:26:13 -0000 Issue 880
Topics (messages 10683 through 10686):
PHP and IIS
10683 by: Mike
Re: Header() redirect
10684 by: Todd Williamsen
GD 2.0.1 DLL
10685 by: Chris Murphy
Reinterpreting Variables
10686 by: Albert Leonardo
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 ---
When setting up vBulletin board with PHP i am unable to send emails to my
members and so on. I have specifed in my php.ini file what the IP is of my
SMTP server. I also know that my SMTP server works with my ASP scripts. If
you could help me out on this, that would be great.
--- End Message ---
--- Begin Message ---
If you need another option to redirect use the meta refresh tag in HTML,
that is what I use. I set the time to 2 seconds or less
"Mike Flynn" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Which session library files do you mean? Sessions should never create the
> headers -- there's no reason for them to do so. There's nothing in the
> page itself that sessions need care about and nothing they can affect / be
> affected by. Are you sure that the headers aren't coming from somewhere
> else? A bit of extranneous code you've written / a pre-existing error
message?
>
> I use sessions all the time and header redirections work fine..
>
> -Mike
>
> At 11:50 AM 11/30/2001 +0100, Martin.Andrew wrote:
>
> >Is there another function that does the same job as Header()
> >
> >I'm creating a forum, and when a user sends a message I call a function
that
> >checks name, password etc, then updates the DB and then calls the Header
> >function to redirect the page.
> >
> >This would be fine except I am also using session library files that have
> >the html headers already created, thus, while the redirects (it still
> >redirects) I get the standard
> >Warning: Cannot add header information - headers already sent by ....
> >message, I know where the problem is but can't solve it without changing
> >many function of the forum functionality.
> >
> >I have tried using plain javascript and this does work but there is again
a
> >split second delay that is very annoying.
> >
> >Thanks.
>
>
>
--- End Message ---
--- Begin Message ---
Anybody have the GD 2.0.1 or higher DLL compiled? I would REALLY appreciate
a copy... I am hopeless for compiling... Thank you
Chris
--- End Message ---
--- Begin Message ---
I just started learning PHP, and I find hard to understand what is
"Reinterpreting Variables" means It has the functions like these(shown in
the book):
int inval (mixed var);
double doubleval (mixed var);
string strval(mixed var);
Could anybody help me please? Thank you.
--- End Message ---