Posts by Samuel Neto • 1 point
3 posts
-
-1
votes1
answer26
viewsQ: Mysqli lastinsertid for PDO
I have an insert page, as soon as I click insert new accommodation, the system should insert some ready data, but on the same page I need to recover the last id, so that I can complete the other…
-
0
votes0
answers294
viewsQ: Update only div with ajax
I have an ajax code that sorts items from my table, what I need is for it to refresh only in the div ID Imagery Name Slug Order Situation Action <tbody> <?php foreach ($list as $row) {…
-
0
votes3
answers1400
viewsQ: Change Javascript Window.Open to open an Iframe
I have this javascript, and I want to do that instead of opening a new window, it opens an iframe. window.self.name = "emanager"; function MostraBarra(){ if (document.incluir.balancete_arquivo.value…