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: [EMAIL
[mailto:[EMAIL PROTECTED]]
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 p
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-ver
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: [
4 matches
Mail list logo