I'm starting with CodeIgniter and when I make a simple query to the database, it sends me the error that it is trying to access loclhost and not localhost.
I already checked the database configuration and the host name I get localhost.
$db[...
I'm doing a project in which you have to randomly load several videos and audios and then play back, this does it well and everything, the problem is the moment of load between video. When you finish playing a video this shows the white backgrou...
I am developing an application in C # that connects to a web service but when I try to send the data via POST I get an error in my application in C #:
System.Net.Http.HttpRequestException: Error sending the request.
--- > System.Net.W...
I'm stuck with this, I have the following driver:
function prueba_envio_email()
{
$config = Array(
'protocol' => 'smtp',
'smtp_host' => 'ssl://smtp.googlemail.com',
'smtp_port' => 465,
'smtp_user'...
I need to place a timer inside this sweet alert message but where would I have to place it and how? here I have the option to continue navigating in the location.reload () function; but in the isConfirm that a timer of 30 seconds will appear whe...
When loading my data in my view, it does not seem like anything to me
I leave you my driver
public function ver(){
$data = array(
'enlaces' => $this->Usuario_model->verCita()
);
$this->load->view('login_vi...
I'm trying to upload a small application I made to a host ( link ) but for some reason, the only driver I can call in the 'route.php' is the 'welcome' (the one that comes by default $route['default_controller'] = "welcome" ). When I put th...
I have a system that is made in Code Igniter 2, I have a form that contains a form_radio that stores the parameter if an employee uses invoice or not, this is the code
<div>
<label for="factura" class="forma" >Factura de comisi...
I have tried to find the solution to this problem in several forums, but I do not see anything concrete.
I use the framwork Codeigniter PHP (I have the version 2.1.0 of Codeigniter) and every time my application loads a page, for examp...