Posts by José Augusto Megres • 81 points
9 posts
-
1
votes1
answer45
viewsQ: max-height is not working
Good morning first. I’m trying to limit the height of my div classy contacts inside my div classy contact-page, however the height of contacts exceeds the contact-page, even with the max-height. The…
-
0
votes1
answer67
viewsA: Mongo Query is not working when I have a compound property (one inside the other)
The solution to the problem is simpler than I thought To access a property inside another, just pass its name as string, and with that, run the query as you want. Instead of: { quantidade: { PP: {…
-
0
votes1
answer67
viewsQ: Mongo Query is not working when I have a compound property (one inside the other)
I am trying to perform a query in the database of Mongo, when I have a simple property as for example: Nome: João Works smoothly But if I have a compound property as an example: Tamanho: { PP: 2 M:…
-
0
votes1
answer158
viewsQ: Javascript function is not replacing window.location.pathname
I created a function for simple search, according to the code below function pesquisar(){ var pesquisa = document.getElementById('pesquisa').value window.location.pathname = 'produtos'…
-
1
votes1
answer202
viewsQ: Every time I start a server Mongoose makes an unnecessary connection to the database
Good evening, everyone! I’m starting in the area and as a first goal I decided to create a simple e-commerce, only every time I start my server, it runs a connection to the database unnecessarily, I…
-
2
votes1
answer443
viewsQ: Store several values in the same instance of a PHP session
Good morning, everyone, I’m trying to create a shopping cart, and I’m racking my brain with what seemed to be something simple I’m learning now about programming languages, and I’m having trouble…
-
1
votes1
answer51
viewsQ: What’s the difference between . / and .. / in php?
I’ve been trying to put a part of my code with ../diretório/arquivo.php, It didn’t work at all, so I accidentally only put one point, it worked, is there any difference between these? I didn’t even…
phpasked José Augusto Megres 81 -
0
votes1
answer43
viewsQ: How to organize my project and be more productive?
Good evening guys, I’m a beginner let’s say so, and I’m having a hard time organizing my project, because even knowing what I want I don’t know the order of the steps to complete my goal, and I find…
-
0
votes2
answers327
viewsQ: What is the best tag to create a menu bar
Good evening guys, I’m beginner and so, I come to ask for help to create a menu bar I’m setting up a site and have 2 horizontal bars, the first I want to put a bar, with a search button and another…