Posts by Jiren Sama • 1 point
6 posts
-
-4
votes3
answers62
viewsA: Error while connecting to php server
Simple, you put the get separate from Static and Function Before: public static get() { Afterward: public function staticGet() { recommend that you use the connection VIA: PDO here for the W3C…
phpanswered Jiren Sama 1 -
-1
votes1
answer279
viewsA: How to change Apptheme?
You can just change him from position Before Before: <color name="colorPrimary2">#000000</color> <color name="colorPrimary">#32515f</color> Afterward: <color…
-
0
votes0
answers26
viewsQ: When to Use Input Button and Submit
I am developing a login system, but I have two alternatives, use the type button or type Submit, which one to use? <div class="layout_login"> <label for="sizeEmail"…
-
0
votes0
answers944
viewsQ: Mysql-Workbench giving dump error
I’m working with Mysql-Workbench, but when I’m going to dump (import/export), He gives a mistake, looks at the image below, knows how to solve ?…
-
0
votes0
answers27
viewsQ: What programming languages are used to build a website?
Not long ago, I was developing mobile apps, but halfway through, I remembered that I had to host the application in a database, and it costs, around 450 per month, the stable, I found it very…
websiteasked Jiren Sama 1 -
-3
votes1
answer53
viewsQ: HOW TO IMPLEMENT THIS FIXED TAB BETWEEN ACTIVITIES?
I’m developing an Android project, like a social network, I’m with the idea, it’s good, but I’m wanting to implement a function: A fixed menu, type, on the facebook app, has a fixed menu, News Feed,…