Skip to content Skip to sidebar Skip to footer
Showing posts with the label Codeigniter

Showing The Count Of My User And Display It On Badge. (codeigniter)

Newbie here. I did an ajax to count the users and display it on my badge, however, whenever I'm… Read more Showing The Count Of My User And Display It On Badge. (codeigniter)

Header Shown Two Times When Using Jquery Tabs

I got a weird error (i use codeigniter), the header and jquery tabs is shown two times : This is m… Read more Header Shown Two Times When Using Jquery Tabs

How To Display Json In Html

I am trying to display JSON data that I retrieve from an ajax call but I am unable to display any d… Read more How To Display Json In Html

Dropdown Required Not Working In Codeigniter

I want to make the mail is field required, but somehow its not working, am i missing something? Sol… Read more Dropdown Required Not Working In Codeigniter

How Can I Set Class="active" To Navigation Menu In Codeigniter?

I just start up to be a web developer. Now I create a dynamic website for the first time. I don'… Read more How Can I Set Class="active" To Navigation Menu In Codeigniter?

Codeigniter Throws 404 After Uploading To Server

My project runs well on localhost but throws a 404 when I upload the files to a server. Wnen I try … Read more Codeigniter Throws 404 After Uploading To Server

Collect Checkbox Values In Jquery And Post Them On Submit

I've referred to this post: Post array of multiple checkbox values And this jQuery forum post: … Read more Collect Checkbox Values In Jquery And Post Them On Submit

Image Not Getting Visible In Codeigniter Application

I have an application developed in codeigniter in which there is a photo upload feature. It works f… Read more Image Not Getting Visible In Codeigniter Application

Strange Characters When Using Pound Sign

I've already got this line in my header.. I have an input form and when I enter a pound sign … Read more Strange Characters When Using Pound Sign

Codeigniter Simple Login Validation Not Working

Im a beginner in web programming, so please bear with me. I tried to create a login system that wil… Read more Codeigniter Simple Login Validation Not Working

How Can I Include The Css File In Codeigniter?

I have make a assets folder in root directory where application folder exist. now I have assets sib… Read more How Can I Include The Css File In Codeigniter?

How Render A Tree In Html + Php(codeigniter)

I have an adjacency model list and this is the query: SELECT t1.FIO AS lev1, t2.FIO AS lev2, t3.FIO… Read more How Render A Tree In Html + Php(codeigniter)

Dropdown In Codeigniter Using Array As Values

I have returned a result_array() in $categories variable and now I want to create a dropdown menu. … Read more Dropdown In Codeigniter Using Array As Values

Meta Cache Or Codeigniter Cache

Which cache should i make use to reduce the loading time of a page - Meta Cache or Codeigniter Cach… Read more Meta Cache Or Codeigniter Cache

Export And Download My Php Table Data To Csv

I'm trying to get my datbase fetched data to Excel file for downloading it in execl or csv, but… Read more Export And Download My Php Table Data To Csv

I Want To Build Update Form When I Change Main Dropdown Menu Then Update The Second Dropdown List

State : Solution 1: I think u want something like this http://www.91weblessons.com/codeigniter-aja… Read more I Want To Build Update Form When I Change Main Dropdown Menu Then Update The Second Dropdown List

Remember Selectbox Value After Form Submitted With Error

Right now if i submit my form and there is an error it just shows there is an error, without resele… Read more Remember Selectbox Value After Form Submitted With Error

Html Formatted Emailing In Codeigniter

how to send html formatted email in codeigniter i have this code which is sending email fine but it… Read more Html Formatted Emailing In Codeigniter

How To Insert Linebreaks In Generated Html Code

I am using codeigniter to generate an html table for insertion into a template view. Unfortunately … Read more How To Insert Linebreaks In Generated Html Code

Codeigniter: How To 'highlight' The Link Of The Page The User Is Currently On?

Fairly new to CodeIgniter, still grasping the MVC approach. I'm just wondering what's the b… Read more Codeigniter: How To 'highlight' The Link Of The Page The User Is Currently On?