Posts by Iago Dall Agnol • 48 points
2 posts
-
0
votes1
answer44
viewsA: Dropdown opening with click
within the bootstrap site itself you can disable all resources except the dropdown, follow the link: http://getbootstrap.com/customize/ then just go to the bottom of the page and compile.…
-
2
votes1
answer47
viewsQ: Mysql giving error only when using query via variable
I am trying to save information in my database with the following functions: $sql = $request[0]; $query = $this->conn->prepare($sql); $query->execute(); var_dump of $sql: string(322)…