After I put this code below ....
$capturaValorTotal = $_POST['valor'];
$capturaValorPagar = $_POST['valor-pagar'];
$valorDevido = $capturaValorTotal - $capturaValorPagar;
$inserindoBanco = "INSERT INTO 'cl...
I downloaded a website already made with the codeigniter framework on my machine, put it in localhost but it has the error "", I think I need to define the database, if so, how do I do this?
Is there any file like wordpress that has wp-config?...
Hello, I'm developing a site that would have the facebook profile on it, but we're afraid some smart guy will put any link there, someone would have a tip or a way to check if the link is from facebook, this is possible or am I traveling? I'm ge...
I wanted to create a function to change the colors of the site layout they are developing, this site is made in CodeIgniter, CSS3 and a bit of pure Javascript, I gave a search on the internet and did not find much, but by little knowledge that I...
Speak, gal, blz?
I developed a web system (in CodeIgniter) for a client and it runs on a local machine inside your office. Whenever I need to update the system, I perform the following steps:
TeamViewer server access;
I open the CMDER...
Well, in INTRANET in the development of the company, I did a part of memo and osti simple, but both are not working. Are almost equal, follows code:
FABRIC
// Tela de envio de OSTI
case 'enviar_osti':
$CI =&...
I'm in this SQL, retrieving records (number of providers per city) from a table and would like to count how many records it has in each city . I want in front of the cities, put something like Tal (9) . I will put a print of the result of this...
I'm using Composer with Doctrine in my application, and it's getting wonderful. However I need to customize some Doctrine features by changing the Doctrine\DBAL\Platforms\AbstractPlatform and Doctrine\DBAL\Platforms\MySqlPlatform c...
I have a function called tires in the codeigniter model
And in the same model I have another function that I need to call the tire function code
Can anyone tell me how I do this here an example of what I want to do ...
$this->db-&...