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
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
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