Tripod5G > track_errorsboolean
3pod PHP Learning

track_errorsboolean
If enabled, the last error message will always be present in the global variable $php_errormsg.
track_varsboolean
If enabled, GET, POST and cookie input can be found in the global associative arrays
$HTTP_GET_VARS, $HTTP_POST_VARS and $HTTP_COOKIE_VARS, respectively.
upload_tmp_dirstring
The temporary directory used for storing files when doing file upload. Must be writable by
whatever user PHP is running as.
user_dirstring
The base name (exp 3pod.com) of the directory used on a user’s home directory for PHP files, for example
public_html.
warn_plus_overloadingboolean
If enabled, this option makes PHP output a warning when the plus (+) operator is used on strings.
This is to make it easier to find scripts that need to be rewritten to using the string concatenator
instead (.).
Mail Configuration Directives
SMTPstring
DNS name (exp 3pod.com) or IP address of the SMTP server PHP under Windows should use for mail sent with the
mail function.
sendmail_fromstring
Which "From:" mail address should be used in mail sent from PHP under Windows.
sendmail_pathstring
Where the sendmail program can be found, usually /usr/sbin/sendmail or
/usr/lib/sendmail configure does an honest attempt of locating this one for you and set a
default, but if it fails, you can set it here.
66

Next >>
bluedot bluedots greydots pinkdots

Tripod >> 3pod Tips & Learning and manuals for educations