Posts by Pedro • 11 points
1 post
-
1
votes1
answer47
viewsQ: Is it possible to manipulate the current url with php?
Oops, I want php to send a GET form when I upload the page. But I’m not getting it. $forget = 'abc'; $url = $_SERVER['PHP_SELF'].'?get='.$forget; header('Location:'.$url);…