Posts by felipe marques • 55 points
3 posts
-
1
votes1
answer396
viewsQ: select with Pdo in functions
How do I use my select in mine funções.php in this table that is in my estoque.php , I’ve done the script just can’t call the $resultado that this in the function to use in the foreach. STOCK.PHP…
-
3
votes1
answer10445
viewsQ: How to perform UPDATE with PDO in PHP?
So guys, I wanted to rescue the data to edit on update.php, but I’m a little lost here, it’s got to give? <div class="container"> <div class="table-responsive"> <table…
-
1
votes3
answers120
viewsQ: Problem With PDO
My problem is this when I run this code below echo returns me 3 repeated values I could not figure out why you could give me a strength? : D <?php try{ $sql = $pdo->prepare("select * from…