Both are replaced by single quotation marks. Now for convenience you want to open MAGIC_QUOTES_GPC directly. There is a problem after opening. The first letter of the uploaded file name was swallowed.
vardump See file name problem, others are normal
Dmytro Tolkunov-photo.jpg became Mytro tolkunov-photo.jpg. I don't know why.
Reply to discussion (solution)
I more believe is your code problem, you can Var_dump ($_post, $_files); A look at what
php5.4 has given up the MAGIC_QUOTES_GPC switch.
php5.3 is also closed.
If you have to open your own, then the consequences are, of course, "ego".
I more believe is your code problem, you can Var_dump ($_post, $_files); A look at what
I'll just have to use both quotes or real_escape. There's something wrong with the wood.
I more believe is your code problem, you can Var_dump ($_post, $_files); A look at what
Got it.. If I had upgraded PHP before, it wouldn't have been so much trouble.