Posts by Leo Moraes • 34 points
4 posts
-
-1
votes2
answers48
viewsA: How do I print a specific JSON item in PHP?
require __DIR__ . '/vendor/autoload.php'; $accessToken = "----------------------------"; use TotalVoice\Client as TotalVoiceClient; $client = new…
-
0
votes2
answers199
viewsA: Creation of Mysql database
Hello, the ideal is to separate the questions, because for each question there can be several explanations. Simplifying everything, for simple systems, you can even forget the ENGINE, charset... It…
-
1
votes3
answers599
viewsA: Adjust time in PHP string
Place at the beginning of the file: <?php date_default_timezone_set("America/Sao_Paulo"); ?> Here the list of supported timezones: http://www.php.net/manual/en/timezones.america.php Read more…
-
1
votes1
answer49
viewsA: Appear only field typed pdf
I realized that this PDF template is only html, I therefore imagine that html will be created by javascript, and then one chooses the PDF printer on their system. In Javascript for you to hide…