Posts by Marco Lustosa • 25 points
2 posts
-
0
votes1
answer63
viewsQ: Select SQL SERVER PDO data for a select list with PHP
Dear ones, I have designed this code snippet so that the data received from my SQL SERVER database is listed in a select via PDO: consultationphp.: <form name="cargo" method="post"…
-
1
votes1
answer55
viewsQ: Help with PDO data in PHP!
Guys, I’m pulling data from a bank SQLSERVER with PDO for an HTML/PHP page, I used the following code: $query = "SELECT * FROM [BD].[Feriados]"; $stmt = $conn->query( $query ); while ( $row =…