Posts by Jonatan • 85 points
5 posts
-
0
votes1
answer52
viewsQ: Doubt about creating event maps - Typescript
I am an intern and I took on a project in a language that I don’t know much about, I’m having problems creating a return of events, I tried to look for similar errors on the internet, but without…
-
1
votes1
answer43
viewsQ: Database connection via external file (PHP)
I am making a form and for this I have created a database where such data will be saved. I would like to make the connection to the database from an external file, so it is necessary to just call it…
-
0
votes2
answers163
viewsQ: Move up HTML table using CSS
I want to upload an HTML table and leave it at the same time as the form to the left of it, I have tried it in several ways (top, vertical-align, etc), but without result. body { background:…
-
1
votes2
answers130
viewsQ: PHP + Mysql --- Save data to BD
I’m doing a simple registration using Mysql(bd), PHP(checks and connection to bd) and HTML(page). When I click on my button to register (save data in the bd) it returns my own PHP code. I’m new to…
-
2
votes1
answer151
viewsQ: I am building an HTML page and want to redirect the 'client' if the user and password typed are correct
I have 3 input, one type email and another type password: <input id="usuario" type="email" placeholder="Usuário"> <input id="senha" type="password" placeholder="Senha"> And a Ubmit which…