Posts by Gabriel Romano • 49 points
3 posts
-
-1
votes1
answer107
viewsA: Force navigator to open . pdf
Buddy, try this way: header('Cache-Control: public'); header('Content-type: application/pdf'); $ativar_ssl=array( "ssl"=>array( "verify_peer"=>false, "verify_peer_name"=>false, ), );…
phpanswered Gabriel Romano 49 -
0
votes1
answer188
viewsA: Use select data in input
Friend, you will need to use a javascript. When selecting the act in inputs. I have an example for you: <script> $('#selectOK').change(function (){ var e = document.getElementById('selectOK');…
-
2
votes2
answers379
viewsA: SQL connection with PHP does not find the Drivers
Well let’s get started, you need: Install a driver on your pc, and in your php, but you have already installed it in php, correct? View this ODBC and install:…