Posts by Nathan Souza • 18 points
3 posts
-
0
votes2
answers661
viewsA: Angular/js select option
From what I understand you want to start the <select> with a predefined value. For this you can use the ng-init on the tag, only that you cannot use only the value of the id, or set the whole…
-
0
votes3
answers97
viewsA: How to separate the title and content in html?
First, you need to configure the menu (#title) to stay at the top and also on the top layer of tags (from a read on z-index). Then you need to add a space at the top of the <body> to let the…
-
0
votes1
answer1224
viewsQ: How to run PHP + Firebird on Docker?
I’m trying to run/create a container in Docker with PHP + Firebird, I found a container that runs the Firebird, I found another that runs PHP and Firebird, but when I try to consume the database:…