An error is popping up when I log into my system:
Error Number: 1064
You have an error in your SQL syntax; check the manual that
correspond to your MySQL server version for the right syntax to use
near 'SET last_activity...
Hello, beauty?
I am doing an update in a table and am sending the array of data. However, I have a date field. Every time I update, it sends the field as 'dtnascimento' = '' . When this data arrives in the database, my database hits t...
Good evening!
I am doing export reports, in my form are sent via $ _POST the fields that the user wants to export, I get and assign to a variable all fields. I need to compare these fields with the fields coming from the database return....
My question is how to call some DB information to the print page of a PHP system, developed in Codeigniter .
In the users DB "doctor", I have the following tables:
doctor_id , name , email , password , address...
I have a code that is in Codeigniter . It has the page to register a user. This page asks him to enter the country and state he lives in. He needed it when selecting a country to come the states corresponding to that country. I found a Jav...
I have a code where it creates a table if it has a record in the database. In this table, in the last column there is a button that when clicking opens a more detailed screen on that row of the table. I need to make this button appear only in th...
I'm trying to send the data from the bank to the session, gave a print_r in the data received from the bank, but I can not pass it to the session, follow the code.
Controller
<?php
defined('BASEPATH') OR exit('No direct script access all...
Good,
First I wanted to say that I do not understand anything, but nothing of CodeIgniter, I never worked, I had not even heard of it.
But the site is so done and I was asked to add an upload of images.
And so I did, but evil. Here is the cod...