Posts by Henrique Paiva • 1 point
4 posts
-
-5
votes3
answers117
viewsQ: Generate a query number?
I have a search system and I want to generate a number for each search made in the database, I’m thinking of using the rand to generate the numbers, then take the generated number and save to the…
-
0
votes0
answers109
viewsQ: Dompdf returning accents as question mark
I’m using version 8.2 of DomDPF only that the special characters are as "?". I’ve tried using the solution of this topic only you don’t have a file dompdf_config.inc.php here. Not even adding the…
dompdfasked Henrique Paiva 1 -
0
votes0
answers26
viewsQ: How to split file for import
I have a file that has no data separation and I need to insert it in the database, how can I import it. For example, the file is like this: 931398401312 I want to divide it into 4 columns, example:…
-
0
votes1
answer162
viewsQ: LOAD DATA LOCAL INFILE catching 1000 first lines
I am using "LOAD DATA LOCAL INFILE" to import files txt, only that it only matters the 1,000 first lines, what I do? "LOAD DATA LOCAL INFILE 'temp_arq.txt' INTO TABLE `temp` FIELDS TERMINATED BY ';'…
mysqlasked Henrique Paiva 1