rastkocvetkovic
Programmer
Well, I'm just asking if somebody has run into similar problems.
I'll simplify it.
I have first.php with form named "value", and submit which redirects to second.php. On the second, I retrieve the "value" and first 4 chars are removed. I tried both POST and GET, and it's funny with GET - attention - in the URL, shown above the "value" is full ('?value=independence'), but in the page the $_GET['value'] has first 4 chars chopped ('pendence').
What could be the problem or is it a PHP bug?
I'll simplify it.
I have first.php with form named "value", and submit which redirects to second.php. On the second, I retrieve the "value" and first 4 chars are removed. I tried both POST and GET, and it's funny with GET - attention - in the URL, shown above the "value" is full ('?value=independence'), but in the page the $_GET['value'] has first 4 chars chopped ('pendence').
What could be the problem or is it a PHP bug?