[PHP-WIN] AW: PHP String

2002-03-21 Thread W-Mark Kubacki
Hello! Since PHP 4.1.0 $PHP_SELF is called $_SERVER['PHP_SELF'] unless you've explicitly acivated the register_globals variable in the php.ini. (I bet you haven't.) Change everything in your code accordingly. Every variable is found at the array of variables called like the methods' name. If you

[PHP-WIN] Merging Arrays

2002-02-22 Thread W-Mark Kubacki
Hello, I'm trying to merge two multidimensional arrays, but it doesn't work neither with array_merge nor array_merge_recursive. Is there a solution which makes the following problem-script to print every element (and not mergin two existing elements to a new sub-array): - Cod

[PHP-WIN] How to find out MAC address of remote user

2002-01-30 Thread W-Mark Kubacki
Hello, that's what I wanna find out: The MAC (that's something like a unique network-card number) address of a remote user. I just know I can find it out by backtracing his IP address. But which function to use? By this MAC address you can identify any user, no matter which IP address he us