Hello,
I have a quick question regarding the pipe function in Postfix and the
use of PHP as a mail sorter/parser. I've looked around and see many
people have used PHP as a quick and dirty solution for putting mail data
into a database.
I am taking all incoming mail, parsing out headers and
Does your system have permission to write to the temp directory?
Put on error_reporting(E_ALL) and see if it throws an error.
-Original Message-
From: LoneWolf [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 15, 2007 2:35 PM
To: php-general@lists.php.net
Subject: [PHP] Session Proble
This might help you.
function confirmDelete()
{
var agree=confirm("WARNING! This will blah blah delete etc yada yada
\n\rPress Cancel to go back, or OK to Continue.");
if (agree)
return true ;
else
return false ;
}
-Original Message-
From: Murray @ Planet
I see two things that could be it.
#1 your $result is not $result = mysql_query("queryline");
Or #2 your syntax on your query line is bad.
You can try doing something like this:
$query = "SELECT * FROM table etc blah";
$result = mysql_query($query) or die(mysql_error());
$num = mysql_num_rows(
I must concur. PHP nuke has never even been the slightest resource hog
on any of my machines.
<http://www.xnote.com/>
Alan Fullmer
Owner / Administrator
[EMAIL PROTECTED]
-Original Message-
From: Warren Vail [mailto:[EMAIL PROTECTED]
Sent:
Http? Apache? or what server software?
Alan Fullmer Owner / Administrator [EMAIL PROTECTED] Xnote Communications
www.xnote.com
- Original Message -
From: "Ryan A" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 29, 2003 12:15 PM
Subject: [PHP]
Is php capable of recognizing things such as in a text box, someone were to put and display say, variables?
do i have to htmlspecialchars every entry?
does this make any sense?
thanks in advance.
7 matches
Mail list logo