Posts by Guilherme • 47 points
5 posts
-
1
votes0
answers36
viewsQ: Search for matrix inside another matrix in Js
I wonder if it is possible to identify if a matrix is inside another javascript matrix. For example, if the matrix A is inside B or C inside A. I’m trying to apply the following code: a =…
-
1
votes2
answers849
viewsQ: Add a None display to a div
I’m trying to do a preg_replace to add a style in the id="content" div, but I didn’t have much success, someone would have a better idea? Trying $html = preg_replace('/<div…
-
0
votes1
answer1113
viewsQ: Upload html and save to Google drive
Good afternoon, I wonder if it is possible to make a form with uploads fields in html and save these files in Google drive. I read about Forms.studio, but their codes are paid for. Does anyone have…
-
0
votes2
answers181
viewsQ: How to automatically generate fields
I need to go to the database to find the image and show it in each <li> </li> But I needed to make it automatic, because there are many photos, there is some way? <div…
-
1
votes2
answers377
viewsQ: How to find the second largest number
I need to search the photo with the second highest salary <?php $host = "localhost"; $username = "root"; $password = ""; $db = "imagem"; mysql_connect($host,$username,$password) or…