Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: ajax request 404 error
Post: ajax request 404 error

I am working on a simple DataTables page. The DataTable will get the data with an Ajax Call. My DataTables setup (javaScript) is below: Code: -- $("#tblReport").DataTable({             dom: 'Bfrt...
1,174 Views
2 Replies
09-21-2022, 09:16 AM
bazianm
    Thread: EMAIL CLASS Cannot send email
Post: EMAIL CLASS Cannot send email

Hi, I am stumped. I am trying to send an email with the email class with no success. I have tried both SMTP and SENDMAIL and I know I am doing SOMETHING wrong but I don't know what. My code is t...
3,076 Views
1 Replies
09-05-2016, 06:57 PM
bazianm
    Thread: Database Error on LOAD DATA INFILE command
Post: Database Error on LOAD DATA INFILE command

I am using: MySQL 5.5.46-0ubuntu0.14.04.2. PHP Version 5.5.9-1ubuntu4.14 CI version 3.0.0 I have a controller that accept two files for upload. I am using the file upload class. I have verifie...
1,774 Views
0 Replies
11-20-2015, 08:33 AM
bazianm
    Thread: CI 3 - Not working on prod server
Post: CI 3 - Not working on prod server

Hi, I have been developing a web app using XAMPP on a windows computer. Everything works fine. I just set it up on the web server (ubuntu 14.04). When I go to the main URL, everything works OK. Whe...
2,777 Views
1 Replies
09-03-2015, 11:03 AM
bazianm
    Thread: SQL Server Not Returning Data
Post: RE: SQL Server Not Returning Data

mwhitney Wrote: (06-10-2015, 06:32 AM) -- bazianm Wrote: (06-09-2015, 02:14 PM) -- mwhitney Wrote: (06-09-2015, 12:26 PM) -- Did you try $query->result_array() instead of $query->result_array? D...
10,816 Views
7 Replies
06-10-2015, 06:43 AM
bazianm
    Thread: SQL Server Not Returning Data
Post: RE: SQL Server Not Returning Data

mwhitney Wrote: (06-09-2015, 12:26 PM) -- Did you try $query->result_array() instead of $query->result_array? Do you have autoinit set to true in your database config (or, if not, are you initiali...
10,816 Views
7 Replies
06-09-2015, 02:14 PM
bazianm
    Thread: SQL Server Not Returning Data
Post: SQL Server Not Returning Data

Hi, I have a model that has a simple query. Here's the code: PHP Code: -- $this->db->select("*") ->from("vmb_TempsAndTolerances") ->where("idgrades", $idgrade) ->where("idtypes", $idtype)...
10,816 Views
7 Replies
06-09-2015, 09:20 AM
bazianm

Theme © iAndrew 2016 - Forum software by © MyBB