Posts by André Cabral • 811 points
58 posts
-
3
votes2
answers1140
viewsQ: Script to shut down the computer when closing a particular program
How do I create a script so that when the rdesktop window is closed the computer will be shut down?
-
0
votes2
answers4154
viewsQ: DROP DATABASE in phpMyAdmin
How do I enable DROP DATABASE in phpmyadmin? Every time I try to drop a bank gives error saying that the command is not enabled. I’m using phpMyAdmin on my local machine’s WAMP.…
-
1
votes3
answers856
viewsA: Problem running Session start!
Solution was to point to a folder and give write permissions and place at the beginning of pages that require session: <?php if (!isset($_SESSION)) { ini_set('session.save_path', '/tmp');…
phpanswered André Cabral 811 -
0
votes3
answers856
viewsQ: Problem running Session start!
Follow the page link with the error: [ http://sistema.spessoa.com.br/ ] I tried that method:…
phpasked André Cabral 811 -
11
votes3
answers3726
viewsQ: What good is a "self Join"?
I would like an example for me to understand why I use a self relationship on the same table? I have intermediate knowledge in SQL but still do not understand Self Join.
-
0
votes2
answers4752
viewsQ: Run a precedent from a Java application
I have a file inside the oracle database, but I would like to run it from a java desktop application that I am developing. How do I run an oracle protocol with java parameters?
-
3
votes1
answer236
viewsQ: Enter dates in the database?
How do I insert maximum days of a month via Insert into codeigniter? Ex: data | campo2 camp3 01/01/2014 | 02/01/2014 | 03/01/2014 | . | . | . | 31/01/2014 |…
-
0
votes2
answers470
viewsQ: Updating data from a div?
How do I update an element’s information div with jQuery without necessarily reloading the page? Ex.: Send a post of a insert and the information provided by insert appear right on the div pulling…