uhhh... the php psychic says she needs your birthdate and name first. =P
but really, give some useful info. what OS? how is PHP compiled... are you
using the CGI style standalone, or is it compiled into Apache, or is it a
apache module? Whats the error it gives you on the console when trying to
r
Hi,
I need to send a broadcast email to our customers (about 3,000 emails). The
data is being drawn for the DB, and will be personalized. Obviously, the
code to do this is only a few lines. However, I am concerned with the load
it will put on the system trying to loop through and mail() 3,000+ ti
nd then send it through email
( function mail(); ) that would be perfect. Anyone have any code on how
capture the HTML from a URL (fopen(); ?) and then assemble that into an
attachment (.html / correct mime type/headers) and send it off?
Sound plausible?
Please give me any insight to either o
Ok,
I know most of you integrate your code into some for of e-commerce to accept
credit cards. I want to know what your favorite credit card gateway
(authorization) provider is.
Preferably, I am looking for a gateway that allows you to connect to their
server directly through the code, via socke
> -Original Message-
> From: Andonny [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, August 19, 2001 11:21 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] print two Digits after decimal point
>
>
> Hi,
> I need to print on the webpage two digits after the decimal point.
> This is what I have at
Hi,
I have basically seen and used two methods for integrating credit card
gateways into PHP code.
The first method is one that opens a socket to the gateway server and sends
the data from within the code.
The second is where FORM data is posted to a https URL with the URL is
should send the re
6 matches
Mail list logo