Posts by Railam Ribeiro • 13 points
3 posts
-
-1
votes1
answer48
viewsQ: Save positions of a text file to variables using PHP
I need to read a text file to later save them in the database, where values are named in type records : 01: $cnpj = Position 03 to 16 , $numero = Position 17 to 16 02: $Code = Heading 3 to 15 ,…
phpasked Railam Ribeiro 13 -
1
votes1
answer61
viewsQ: How to generate Jquery load bar
I need to show my user during an Ajax request the status of the same divided into 6 steps Ex. 1° : Gerando arquiv 2° : Arquivo Gerado 3°: Conectando FTP 4º: Conexão realizada 5º: Enviando arquivo 6º…
-
0
votes1
answer182
viewsQ: Run php Artisan in a different directory
How to execute the command: php artisan ... In a different directory so that the generated files stay in the folder I set