... there is absolutely no change when i test this syntax, the 3 lines remain empty.
I've checked the page you mentionned, and it reads :
"If the PHP directive register_globals is on, related variable names will also exist. register_globals defaults to off as of PHP 4.2.0" (i'm using version 4.2.2).
So i've checked my config, and register_globals is actually on, so if i got it right, it should have worked in the first place with the $myImage_name syntax??
i've also discovered in this page the "error" entry for the $_FILES array, so i've added a line to test this variable. Still empty...
I'm thus reinventing the wheel, and "manually" extracting the file name out of the complete path string; so that i can move forward today on that part; but i'm still wondering what is wrong with this?
I'll keep reading the forum part of the page, maybe someone there has already met this problem.
Any help will still be appreciated! 🙂
Thanks!
Caz