RE: [PHP] Help me!!!Can I use PHP to send SMS message???

2002-02-28 Thread Frank Hertogs
Another way of doing it is thru an e-mail to sms gateway; free or paid. That way you could make a simple form and use mail(); Just a thought. Frank. -Oorspronkelijk bericht- Van: Simon Willison [mailto:[EMAIL PROTECTED]] Verzonden: donderdag 28 februari 2002 12:30 Aan: hei CC:

RE: [PHP] ssl

2002-02-09 Thread Frank Hertogs
]] Verzonden: zaterdag 9 februari 2002 22:03 Aan: Frank Hertogs Onderwerp: Re: [PHP] ssl On Friday 01 Feb 2002 22:25, Frank Hertogs wrote: Anyone have experience with authentication on ssl connections, I have a (working) script to authenticate a user but as soon as I put it on my ssl it just stops working

[PHP] ssl

2002-02-01 Thread Frank Hertogs
Anyone have experience with authentication on ssl connections, I have a (working) script to authenticate a user but as soon as I put it on my ssl it just stops working. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: [PHP] Email Attachment

2002-02-01 Thread Frank Hertogs
This should do the trick, experiment wit hit; function mail_attachment($email, $buffer) { //subject $subject = Testing pdf attachment.. //sender $x_sender = F. Hertogs; //extra (optional) headers $x_headers = From: [EMAIL PROTECTED]\n; $x_headers .= PHP mailer\n; $x_headers .= MIME-version: