Re: [PHP] where is PHP_SELF?

2002-01-31 Thread Chris Randall
I too just had this problem, it seems that this happens when php is installed as a cgi binary with apache, perhaps if you use $_SERVER[PATH_INFO) or perhaps $_SERVER[SCRIPT_NAME] or even $path_info, just some ideas, i've not tested this at all yet... good luck 1/31/02 2:57:55 PM, Erik

[PHP] external programs

2002-01-31 Thread Chris Randall
i'm having a bit of a problem, i have in my php script a call to system(), it calls an external .exe, php hangs waiting for a return value from the .exe [i believe], i've recompiled the program i'm calling with system() to return 0 and even 1, but it still does not work, would any body have

Re: [PHP] question the function begin with @

2002-01-28 Thread Chris Randall
Ido believe the purpose of the '@' is to supress error messages from the particular function it is next to, it may also supress errors from the entire line it is on. -chris 1/28/02 11:14:40 PM, Vincent Ma [EMAIL PROTECTED] wrote: Hi everyone: I saw some code, the function is called with @..