Posts by ROOT_ DANIEL 123WWQ • 1 point
1 post
-
-3
votes2
answers30
viewsA: PHP - Page updates non-stop
1º $sxURL = is not a valid path because it has SPACE. 2nd if you want to make a redirect the best option is this: header('Location: '.$sxURL); exit(); OBS: remember the protocol if necessary.…