RE: [PHP] apache1.3.22 won't start with php4.0.6

2001-10-29 Thread Fotwun
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

[PHP] Sending Broadcast Email - will a large loop cause a crash?

2001-09-06 Thread Fotwun
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

[PHP] Mixing PHP with a FAX Gateway? HELP!!! IDEAS???

2001-08-23 Thread Fotwun
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

[PHP] Credit Card Gateway Recommendations?

2001-08-20 Thread Fotwun
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

RE: [PHP] print two Digits after decimal point

2001-08-19 Thread Fotwun
> -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

[PHP] E-Commerce - Integrating Sessions With Charging Processes That rePOST

2001-08-19 Thread Fotwun
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