Hi Will,
Try following ArGoSoft Mail Server (freeware version)
http://www.argosoft.com
Regards,
Firman
- Original Message -
From: "Will" <[EMAIL PROTECTED]>
To: "Apache Server" <[EMAIL PROTECTED]>; "PHP & MySQL"
<[EMAIL PROTECTED]>; "PHP King" <[EMAIL PROTECTED]>;
"Php-Windows" <[EM
Hello All,
I have a problem, I am trying to automatically run a php script through
the scheduled tasks in Windows XP and it keeps telling me my username or
password are wrong. Is there a way to turn the passwords off?? I did a
search on the net and in windows. I did find stuff but I could not fi
Hello everyone,
I was wondering what everyone uses for there email servers? I have been
having problems with bounced emails with an error. A rely error. It
only happens with certain email address.
My system is Windows XP, running Apache 1.2, PHP, MySQL.
Any suggestions would be great. :)
~WIL
php-windows Digest 12 Mar 2004 01:34:18 - Issue 2160
Topics (messages 23104 through 23110):
Regular expression to remove non-ascii text from a string
23104 by: David Felton
Login security, server and client level.
23105 by: pe
23106 by: Svensson, B.A.T. (HKG)
MSSQL
I found my answer at:
http://quanta.sourceforge.net/docs/php/install-windows95-nt.html
"Jota" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I believe I have already done everything to install PHP, and Apache starts
> up fine for me (Apache 1.3.29).
>
> But, it seems that Apache st
I believe I have already done everything to install PHP, and Apache starts
up fine for me (Apache 1.3.29).
But, it seems that Apache still doesn't know what to do with the PHP files.
I added the following lines to my httpd.conf file:
LoadModule php4_module c:/php/php4apache.dll
AddType applicat
You can do a insert into with a SELECT instead of VALUE,
but the attribute in the select must agree with the table
definition.
-Original Message-
From: Gerardo Rojas
To: [EMAIL PROTECTED]
Sent: 11-3-2004 21:54
Subject: [PHP-WIN] MSSQL inserting into a table with a valid result set
I hav
I have a valid result set from running a simple query. Is there a way of inserting
this into an existing table or creating a new table with the result set? All ideas
are welcome!
MSSQL Server 2000
PHP 4.3.4
Windows 2000 pro
IIS 5.0
--
Gerardo S. Rojas
mailto: [EMAIL PROTECTED]
On Thu, 2004-03-11 at 16:27, pe wrote:
> G'day!
>
> I've got two questions that are related to login functionalities with
> web pages.
> b.. I'm securing certain web pages with user names/passwords stored in
[...]
> So that still leaves the
> unsecured communication between client and serv
G'day!
I've got two questions that are related to login functionalities with web pages.
a.. I noticed on a login page that the form element contained the following: . I suppose that the ACTION element is defined on a webserver level (?).
I've searched the documentation for the Apache server, b
Can anyone help me out with a regular expression to remove all non-ascii
characters from a String?
I've got as far as:
$newfilecontents = ereg_replace("[^\x01-\x7f]","",$newfilecontents);
but this seems to strip all the characters from the String!
Any help would be appreciated. Thanks.
**
php-windows Digest 11 Mar 2004 11:31:50 - Issue 2159
Topics (messages 23098 through 23103):
More Then one email
23098 by: Will
23099 by: Justin Patrin
23101 by: BrokenClock
23102 by: yhvh
Re: Paging using PHP and sql server
23100 by: Firman Wandayandi
Hello,
> There is some message in the bug list.
> Now it should be ok with the last snaps.
> Thx to the team for the patch.
Pls, could you provide references to the mentioned bug list and patch,
since I can't figure out where to pick them.
THX in advance
Eric
--
PHP Windows Mailing List (ht
goodday~
how about this:
$recipient = array('[EMAIL PROTECTED]', $_POST[email]);
.
.
.
and then
mail(join(", ", $recipient),$subject,$msg,$mailheader);
it works well on my server~:)
Frederick Kuo 3/11
BrokenClock:
If your code is exactly what you wrote, this line:
$recipient = "[EMAIL
14 matches
Mail list logo