Posts by Wilerson Vaz • 79 points
7 posts
-
-1
votes1
answer793
viewsQ: Pass PHP array via Jquery
Good evening, I’m not getting past the values of a array to another page via jQuery (do not know if this is possible) to update the data, I have the following code: <script src="js/Jquery.js">…
-
3
votes1
answer489
viewsQ: PHP Fatal error: Call to Undefined Function exif_read_data()
I created a site for a joinery where the user uploads the photos of the work done by the joinery, only when the user uploads photos taken from a particular phone, the photos are displayed…
phpasked Wilerson Vaz 79 -
0
votes1
answer102
viewsQ: Send form data after image preview
I know there are several topics about this in the forum, but none of them answered my question, I have the following code that makes a preview of the selected image and some more form fields for the…
-
0
votes0
answers155
viewsQ: Slideshow lightbox show screenshots by category
Good evening, I have the following code that separates the images to be shown in the slideshow by category, until I was able to show the separate images when the user clicks in the category,…
-
1
votes1
answer46
viewsQ: Category-separated Jquery Slideshow
I need an idea of how to make a separate slideshow by category, I want to show the user a link to a particular category, by clicking on the link to show a slideshow from this category, if you click…
-
2
votes1
answer594
viewsQ: How to display related table data organized by topics
I have a question in SQL that is the following: I have two tables, the parent table, and the daughter table, where the daughter table receives the id of the parent table as a foreign key, however, I…
-
2
votes2
answers12400
viewsQ: Modal window with database contents
I even know the PHP and Javascript, the problem is that I do not know how to create the modal dynamically for each click on a link, bring specific information from that link. If you click on user 1,…