Posts by Mikeias Nascimento • 13 points
2 posts
-
0
votes1
answer7539
viewsQ: bootstrap modal does not work
<div class="modal fade" id="addhor" role="dialog" > <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4>Adicionar Horário</h4>…
-
1
votes0
answers100
viewsQ: ssrs connection with PHP
I’m trying to connect with Reporting services using ssrs sdk for PHP, here is my connection code: <?php require_once 'bin/SSRSReport.php'; define("UID", "********"); define("PASWD", "*********");…