Posts by Marcos Antônio • 9 points
5 posts
-
-3
votes1
answer28
viewsQ: PHP returning parse error syntax
when creating a php file this error occurs: Parse error: syntax error, unexpected '<', expecting end of file in C:\xampp\htdocs\Marcos\aprendizado1.php on line 30 learning1.php: <!DOCTYPE…
phpasked Marcos Antônio 9 -
0
votes1
answer120
viewsQ: Delete button function does not work
I’m developing a software for tcc I have already created the connection to the database and the function of entering data into the database when programming the following code to delete button, it…
-
0
votes1
answer209
viewsQ: Cannot find Symbol - NETBEANS
I was programming, so far so good, but when 'getar' +txt_endereco.gettext()+ gives cannot find Symbol, when I go 'setar' the same thing 'txt_endereco.setText(model.getValueAt(indexrow, 4).…
-
-1
votes3
answers92
viewsQ: As I do in python for at the end of the code, it go to the start again
As I do in python to at the end of the code, it go to the start again and repeat once every 3600 seconds? My code: * fb = Facebook ( "meu-token" ) fb.testing = False try: start_time = time.time()…
-
-1
votes2
answers2194
viewsQ: How do I execute a command once every hour in python?
I want to run a code/line code once every hour while running the script in python, as I run every hour?