Posts by h ' • 11 points
3 posts
-
0
votes2
answers922
viewsA: Opening image by clicking HTML + PHP + JS
Seeing your code doesn’t seem to me that you are using any frontend framework (Bootstrap, Materializecss). So I’ll try to explain in the following what you need to do to implement this. 1) You must…
-
1
votes2
answers395
viewsA: If select Laravel
You are checking the return of the query, ie if the query returns a result will always be true, why php performs this conversion before checking in the if. I also noticed that the INNER JOIN you are…
-
0
votes3
answers1204
viewsA: Image in src goes to background-image and does not resize
First look is missing 'px' in CSS own width. But as you explained even putting the image path in src "it automatically goes to BACKGROUND-IMAGE", then you have two possible solutions for this: 1#…