Posts by lucas gabriel • 77 points
6 posts
-
3
votes1
answer56
viewsQ: How do I pass a variable in an id field in html?
Devs! I have the following problem: On my Ionic html page, I have a structure that creates some elements based on how many photos I have in my Storage (internal database) <ion-col size="6"…
-
2
votes1
answer41
viewsQ: How to set and manipulate the number of digits in an integer type variable with php?
Good morning! I am building a system with php/sql that works with letters which in a certain part need to generate a 6-digit sequential code that will be for each letter to be sent. letter 1 must…
-
-1
votes1
answer101
viewsQ: Error "Warning: mysqli_real_escape_string() expects Parameter 2 "
I am creating a webservice that will have to pick up some. pdf files saved in the database and send to a user x. To save this file in the bank, I’m trying to do it this way: <?php…
-
0
votes0
answers24
viewsQ: How to make a webservice be called automatically with php?
Hello, I’m a beginner in php and I have a system which saves some data in the database, such as messages and images. This system has a webservice also in php that takes all this data and sends it…
phpasked lucas gabriel 77 -
0
votes1
answer434
viewsQ: How to pass the html script to css?
Some sites like the w3schools, when providing some code, keep the script on the same html code page. How can I pass everything that is in the script below to my . jsp? <div> <div…
-
1
votes1
answer2380
viewsQ: How to place 2 buttons next to each other in the same column of a table in html?
The 2 buttons in the last column of the table are below each other. How do I place them side by side? <!DOCTYPE html> <html lang="pt-br"> <head> <title>Budget</title>…