Posts by Diego Oliveira • 16 points
2 posts
-
0
votes1
answer33
viewsA: Pick up bank record and if duplicated, show only one
Opa! Do a distinct in your query like the example below, so you will only display one at a time, and place a detail link in each row to display all lines. SELECT DISTINCT(CampoControle) FROM pedidos…
mysqlanswered Diego Oliveira 16 -
0
votes1
answer40
viewsA: How to recover GET variables after it has been modified by . htaccess Rewriterule?
You can receive it the same way you redeem it in POST or GET mode. Ex. $error = $_GET['error'];