Sorry, I'm testing my own spam filter -- to filter out all php's spam
emails.
Create a file called
phpinfo();
?>
Call it from a browser (I take it I.E.)
and see if it comes back with all parameters..
If you get all parameters
(a page in short) – you should be fine.
Hari
-Original Message-
From: anhydro
[mailto:[EMAIL PROTECTED]
Sent:
Edward Dias schrieb:
Hi,
I was trying out this sample that Doug sent out and in trying I got this
error in return
Parse error: parse error, unexpected '"', expecting T_STRING or
T_VARIABLE or T_NUM_STRING in C:\test\superglobals.php on line 4
Is there some configuration that I need to modify?
Here
Hi
Everybody,
I have installed PHP
on W2000/IIS5.
I have made a demo
folder into wwwroot folder and created a default.php file with a printout of
Today's date but it doesn't work when open it from IE.
The installation was
executed by php5.0.2-win32.exe sot it should be ok.
Could anybody h
Douglas Robson schrieb:
I'm a total noob, so be gentle and very explicit.
I am trying to access certain superglobals like
$_ENV['DOCUMENT_ROOT']
I tried the following and got nothing but,
"You are running ."
$PHP_SELF.\n";
?>
Thanks,
phpneophyte
Try $_SERVER["PHP_SELF"] instead of $PHP_SELF .
I'm a total noob, so be gentle and very explicit.
I am trying to access certain superglobals like
$_ENV['DOCUMENT_ROOT']
I tried the following and got nothing but,
"You are running ."
$PHP_SELF.\n";
?>
What do I need to look for in php.ini to make sure
these global variables are enabled to be a