Posts by Vinícius Martins • 26 points
3 posts
-
0
votes1
answer87
viewsA: Access and change ID content by url?
Here is the command that you can get a parameter passed by get with javascript var query = Location.search.Slice(1); var parts = query.split('&'); var data = {}; parts.foreach(Function (part) {…
-
1
votes1
answer54
viewsA: Select 2 wheres in a query with more than 1 table - PHP, SQL
Good afternoon, I would do something like: function GetProcessoData($data_ini,$data_fim,$nome='%'){ $query = "SELECT * FROM {$this->prefix}processos p"; $query .= " INNER JOIN…
-
0
votes1
answer47
viewsA: File generation with invalid character
Good afternoon, Matheus Have you tried setting the encoding you want? in the line below: using (System.IO.StreamWriter arquivoCSV = new StreamWriter(@"C:\ArquivosRemessa\arquivo.csv", false))…
c#answered Vinícius Martins 26