Posts by Vicente386 • 5 points
3 posts
-
-1
votes1
answer265
viewsA: "foreach" inside query using PHP PDO " $sql = $Pdo->prepare( )"
Solved! I redid all the code. So that’s how I was able to create a view dynamically. $dir = PATH.$_SESSION['database'].'\\'; //Pega o diretorio atual $filename =…
-
-2
votes1
answer265
viewsQ: "foreach" inside query using PHP PDO " $sql = $Pdo->prepare( )"
Good morning everyone, I’m trying to create a runtime view. For this I need to list all the fields of the table and play within the statement the problem is that I can’t transfer the $obj1[0] array…
-
0
votes1
answer151
viewsQ: Pick element selector created at runtime
I have a system that lists the fields and attributes of a table through javascript and ajax up to there everything, only that the elements created and listed in precise runtime manipulates lós…