Posts by Victor • 45 points
7 posts
-
0
votes2
answers39
viewsA: Shellscript for returning bank values each value in 1 different variable?
After researching and making enough mistakes I managed to create a while that meets my need. while [[ "$vrx" == "$num5" ]] || [[ "$vrx" == "$num6" ]] do if [ $vrx == $num5 ]; then echo "Telefone…
-
0
votes0
answers61
viewsQ: Send variable value from an external php page to a field in an external html
I’m having trouble sending the value of a variable that is in PHP to an external HTML page. I have the page executes.php and I have the page call html.. call html. sends to executes.php, that sends…
-
3
votes3
answers144
viewsQ: HTML Doubt Send text from an inputtext to php
Hello I’m starting in html + php I’m having trouble sending the information from a text field to my php. follows my html code. <html> <head> <title>.. Telefone ..:</title>…
-
0
votes2
answers162
viewsQ: PRIMARY KEY AUTOINCREMENT - Android Studio Error
I’m trying to insert records with auto increment, but every time I get failure return. But if it’s auto increment he shouldn’t ask me for the fifth record? Database code: database1.execSQL("CREATE…
-
-1
votes2
answers39
viewsQ: Shellscript for returning bank values each value in 1 different variable?
Hello I am trying to return 1 value for each variable I can return however, I am trying to create a condition that applies to one for which are true and which are false and display me on the screen…
-
-1
votes1
answer22
views -
0
votes0
answers208
viewsQ: Execute a Postgres command via ssh and bring the result to various or txt
Friends, I have the difficulty of creating a script to perform an UPDATE in a database connecting via ssh being outside the server follows below my code. Commando: ssh hostname 'psql -d database -U…