Posts by Jean Carlos • 1 point
7 posts
-
-2
votes1
answer99
viewsA: Place a bar at the end of the url (or before the query)
You tried using window.location.href = "url_here", instead of using Location.Reload? What is the purpose of this that you are doing? Does the URL change as soon as you select the drive? This is…
-
0
votes1
answer57
viewsA: Successful php registration response
The registration is being carried out? Or it goes straight to LSE without registering? Have you adapted this function from any other language? It’s just that I don’t remember having to use variable…
-
0
votes0
answers59
viewsQ: Rescue Data to Create Dynamic Tables and Charts
all right? I have a question here in a project I picked up, I am not an expert in database and much less in php, I am in the learning phase. I need a function to collect some database data in a way…
-
0
votes3
answers112
viewsA: WHERE condition does not work
On that first line: $this->db->select($fields.', clientes.nomeCliente, clientes.idClientes'); That "dot" and that "single quote" before the comma, they’re not wrong? The point should not exist…
-
0
votes1
answer33
viewsA: Find file in the same folder in codeigniter
You can create a variable called url, and assign the address to it, and then insert the variable instead of the 'pesquisacep.php'. It’ll look something like this: <script> $(function() {…
codeigniteranswered Jean Carlos 1 -
0
votes1
answer147
viewsQ: DISTINCT and GROUP BY do not work on Codeigniter
everything jewel? Recently I took a job to do, and the requester was needing to list some data on a table. I was going to ask all the questions here, but I decided to divide them into parts because…
-
0
votes0
answers56
viewsQ: Recover Larger ID in Database query
all right? I’m working on a client website, which was developed using codeigniter. The tables created by the programmer were not designed for some functions, and the client requested that I create…