As stated, my ISP requires email authentication when sending emails. For
example - if you go to the mail settings in Outlook express and choose
servers - there is a check box there that says my "server requires
authentication" - this must be checked. If you click on advanced there is
another box
rver should be allowed to go out. At least, that's the most
logical
> way of setting it up and that's pretty much how a lot of people have it
> setup.
>
>
>
> Regards,
> Nick H.
> [EMAIL PROTECTED]
>
>
> - Original Message -
> From: "ODCS&quo
Try - header("Location: whatever.html"); Be aware though that nothing can
come before this in your file. No output of any kind.
- Original Message -
From: "Wade" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 31, 2003 6:51 PM
Subject: [PHP-WIN] Redirect to Home Page
I have spent the last 8 hours (seriously) trying to figure out this stupid
piece of code, and it's just beyond me why it doesn't work. I hope someone
here can help, or even follow the code.
I have a form where the user inputs information - the code below is the
error checking for one of the fields
rth a try. See what happens if you
> declare the variable $duplicate _before_ the first if(...). For example:
>
> $duplicate = "";
> if (...)
> ...
>
> Jill
>
>
> -Original Message-
> From: ODCS [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, Apri
So how should I do this? I am still trying to learn php and this kind of
stuff really confuses me.
- Original Message -
From: "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]>
To: "ODCS" <[EMAIL PROTECTED]>
Cc: "PHP Windows" <[EMAIL PROTECTED]>
I have a database of user inputted information and need to create a page
where the user can update their information. The user will log in using
their name and password and then be forwarded to a form with all the fields
they can update - but what is the best way to write the records to the
databas