Replace this line
fputs($fp, "$name");
With
fputs($fp, $_POST["name"]);
Or, set register_globals On in your php.ini file.
R'twick
-Original Message-
From: Andreas Esser [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 02, 2002 9:14 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] writing
create a directory called c:\temp and replace \tmp to c:\\temp in your
php.ini file on the windows server.
- Original Message -
From: "Martin.Andrew" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 27, 2002 11:07 AM
Subject: [PHP-WIN] Session errors
> Quick Questi
Here's a small CLASS that I use to distinguish between various browsers. It
doesn't work with all browsers but works for most versions of
IE/netscape/opera.
http://www.utkalika.net/projects/browser.phps
R'twick Niceorgaw
"Fabian Hoffmann" <[EMAIL PROTECTED]> wr
Look at the phpmailer class. It has support for Bcc, Cc as well as many
other functions like SMTP server . I have used it and it works quite fine.
http://phpmailer.sourceforge.net/
- Original Message -
From: "DL Neil" <[EMAIL PROTECTED]>
To: "Dario Fernando Escobar R." <[EMAIL PROTECTED]
I thinjk in NS4.x, you have to make the Name or ID of all radio buttons same
otherwise it will not work.
- Original Message -
From: Mihail Bota <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 22, 2001 10:26 PM
Subject: [PHP-WIN] Radio buttons
> Hi all,
>
> I know thi
This should work
if (isset($_POST["user"]))
$username = $_POST["user"];
- Original Message -
From: "Martin Lindhe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 9:10 AM
Subject: [PHP-WIN] php warning messages
> hi all :)
>
> i configured php 4.1.0
move to a unix box never trust IIS/W2k !
-Original Message-
From: G Schneider [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 08, 2001 10:39 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] my MySQL hacked?
Okay, okay okay...
I got up this morning to discover that my MySQL server has ha
elieve this is the part sending the mail:
> >
> > function SendStory($sid, $yname, $ymail, $fname, $fmail) {
> > global $sitename, $nukeurl, $pntable, $ModName;
> >
> > $result2=mysql_query("select title, time, topic from
$pntable[stories]
> > where si
What I believe, and as pointed out at
http://pobox.com/~djb/docs/smtplf.html.
mail servers require each line to end with a \r\n ( CARRIAGE RETURN
+ LINE FEED) not just \n(LINE FEED). So, try appending a "\r\n" to the end
of each line ( mail headers and body) in your PHP script and see if that
fi
3}".$folder,$name,$passwd);
and see if that helps.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 19, 2001 8:00 PM
To: r'twick niceorgaw
Subject: RE: [PHP-WIN] Couldn't Open Stream Issues
ok - please excuse amateur coding :)
i
10 matches
Mail list logo