Posts by Augusto Kleber Torres Santana • 23 points
3 posts
-
1
votes3
answers1340
viewsA: Removing spaces from a text file
preg_replace("#[^0-9|A-Z]#", "", $var);
-
0
votes2
answers1283
viewsA: Inner Join table with multiple identical Ids
Actually the mistake was mine, I was grouping and could not visualize the other borrowers. Thank you all for your attention
-
1
votes2
answers1283
viewsQ: Inner Join table with multiple identical Ids
The problem is this, I have two tables one of contracts and another of 1xN borrowers and when I do the inner join it repeats exactly the amount of columns I have in borrower but only bears the name…