Posts by Paulo Washington • 21 points
2 posts
-
0
votes3
answers465
viewsA: Column 'Activocirculation total' cannot be null
I found that it was just a "space" here: 'city name ' $nome_cidade = isset($_POST['nome_cidade ']) ? $_POST['nome_cidade '] : null;
-
2
votes5
answers83787
viewsA: Passing variables through the URL using friendly URL via GET
I could not make it work using only the permissions of rewritten. To even work I also had to add to the code this stretch of character debug on the listing page of links. I used for a news system…