Posts by victor barboza • 1 point
1 post
-
0
votes1
answer132
viewsA: switch case to work when migrating from PHP 5.6 to 7.0
I managed to solve it, in php 5.3 I don’t need to declare the news variable. It was enough to declare $noticia = $_GET['noticia']; Which worked, the script "picks up" the id declared in the url…