Posts by Senpai • 80 points
11 posts
-
0
votes1
answer77
viewsQ: Checked radio button with sql query listing
Good afternoon, I have an appointment that calls me back radio buttons with some BD results for further handling, however when I put the checked it is marked in the last table result, how can I make…
-
1
votes1
answer25
viewsQ: Divs open everything together, how to solve
Good morning, I have the following problem, I use list foreach to bring the results of the comic into a list, and I want when I click on a list item, a div hidden appears below the respective item…
-
0
votes2
answers1120
viewsA: I need to generate a pdf report from a div HTML
From what I understand you need the generated PDF to be Searchable, however the addHTML provided by the class only gives you a photo of the area you specified, making it impossible to select text,…
-
-1
votes2
answers148
viewsQ: Automatic resizing of div according to window width
My doubt can be a bit of a beast and surely many will find me half dumb, although I already have some experiences with front and end. The doubt and the following, I want to make a site that extends…
-
1
votes1
answer115
views -
0
votes1
answer245
viewsQ: radio button selected according to BD on foreach
Good morning, as I can do to leave the radiobutton selected according to the database, I have a table in the database with the categories being listed in a foreach on the radiobutton, until then…
-
0
votes2
answers307
views -
2
votes2
answers675
viewsQ: Maintain jquery javascript tab when refreshing the page
Good morning, I have the following doubt, I have a system of tabs in javascript but whenever I select a tab and update the page it automatically goes back to the first one which is bad because I…
-
0
votes1
answer54
viewsQ: LIKE with explodes PDO
Good night consecrated, I have a search page, in which I want that when someone searches something like "i3 memory screen cabinet" appear all the items available in the table with respect to these…
-
0
votes1
answer81
viewsA: insert only one field with Pdo
missing a parentheses at the end guy, Edit: vc need to close sql statement and ferchar prepare parentheses and try to do so: $variavel = filter_var($_POST['nome']); $stmt =…
-
0
votes1
answer28
views