usual?
Am I missing something in the configuration files?
Thank you for any help.
Bye
Francesco Leonetti
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Try this:
mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2", "From: [EMAIL PROTECTED]\nBCC:
[EMAIL PROTECTED]");
- Original Message -
From: "Mark Virtue" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 10, 2003 2:18 PM
Subject: [PHP] Is mail() broken in 4.3.0 w
edit the php.ini file changing
register_globals = On
then restart httpd.
When register_globals is set to "Off" you cannot access post or get
variables in the usual way but you need to address the $_GET, $_POST array
(or the general $_REQUEST).
More details on the manual...
- Original Mess
You need to check the following variables:
$_FILES["userfile"]["tmp_name"];
$_FILES["userfile"]["size"];
$_FILES["userfile"]["name"];
$_FILES["userfile"]["type"];
Ciao
Francesco
- Original Message -
From: "Kenneth Suralta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, Febru
it happened to me something pretty similar when I upgraded to mysql
3.23.54a.
While solving the problem, I suggest to uninstall mysql 4.0.1 and reinstall
your previous working version (unless there's a real urge to upgrade to
4.0.1) and then try to upgrade to a devoloper server reinstalling not onl
5 matches
Mail list logo