Posts by Nathan Aguiar Neves • 51 points
4 posts
-
0
votes0
answers98
viewsQ: Codeigniter- Query in database always returning null
The getlocal function which is a query in the database is always returning null even after I do an Insert in the database denuncia_model.php file class denuncia_model extends CI_Model { function…
-
-1
votes1
answer51
viewsQ: Is it possible to turn an application built with PHP into PWA?
I have an application built with Code Igniter and I want to turn it into a Progressive Web App, which files should I cache? What would be the best strategy?
-
4
votes1
answer993
viewsQ: Broken Pipe with python sockets
I am having the following error whenever I try to send a message from the server to the client using Python sockets: server: import socket s = socket.socket(socket.AF_INET,socket.SOCK_STREAM) host =…
pythonasked Nathan Aguiar Neves 51 -
1
votes0
answers124
viewsQ: Apache interpreting python script as file
I’m building a website and I want it to run a python script in the html action the issue is that my browser is interpreting the script as if it were a.py file to download <!DOCTYPE html>…