0
votes
1answer
20 views

Codeigniter query (Update) database onclick

i am building a notification system for my project,i am more of a php developer what i want to accomplish is that when a user clicks on a notification link eg [3] means there are 3 unread ...
2
votes
2answers
40 views

How to bind event on dynamic generated input element (check box)

I am new with JQuery. I have written a code to add up products from one table to other on checked dynamically like this FIDDLE : this code is working fine for me as you can se in fiddle. Now i have ...
0
votes
3answers
30 views

Refresh a div with result after posting to database with ajax and codeigniter

I am writing a Codeigniter app, and I use ajax to send data to my controller/method, and would like to know how to refresh a div using ajax without reloading the entire page (the path from db to view ...
-1
votes
0answers
15 views

ajax submit form using cakephp

this is my ajax script which i used in codeigniter to send form data without page refresh now i want to know how can i submit form in cakephp 2x using ajax.. i dont want to use cakephp helper or other ...
-1
votes
0answers
50 views

codeigniter message appears only when I refresh the page [closed]

I have a problem in chat codeigniter locally the script works very well but online message appears only when I refresh the page
1
vote
1answer
41 views

CodeIgniter TankAuth ajax forms

I am using the lastest version of CodeIgniter and TankAuth and all functions work properly such as login, logout, email and register. Currently when a user needs to login, you are redirected to a ...
0
votes
3answers
64 views

Retrieving File Data in CodeIgniter by clicking on an anchor tag via AJAX

I have this question. How do i get a data from a file when an anchor is clicked, this is my function in controller. function change_log_year_view($year) { $file = $this->get_file($year); ...
0
votes
2answers
31 views

Using Angular.js $http.post with Codeigniter WITH CSRF enabled

I'm trying to post via Angular.js to a CodeIgniter controller in an application that has CSRF enabled (on the same domain). With jquery, I would just add the token like so: $.ajaxSetup({ data: { ...
0
votes
0answers
20 views

How to call mtgox API data in my model using highcharts, codeigniter?

I'm trying to make a chart that has live data of bitcoin and litecoin prices. I'm not exactly sure how to call the mtgox api to get the data. I want to call it in my model. My current code is ...
0
votes
3answers
50 views

Showing whats happening within a $_POST within a callback function

I am having an issue with my code and I was wanting to know is there away that I can show my $_POST that is in my controller to see what is happening: In my jQuery code my ajaxCall function is built ...
0
votes
0answers
37 views

Is using AJAX still the right thing to do here? [closed]

On my view I have generated 3 times, accompanied with an image. The user has to guess what the image is. If the user enters his/her answer in the textbox and then clicks somewhere or tabs to another ...
0
votes
2answers
43 views

How to mesh codeigniter with ajax

I am trying to implement a ajax plus one button with my site in code igniter. I am very new with Ajax and codeigniter so I'm needing some guidance. Here is the portion of my controller where I'm ...
0
votes
3answers
42 views

How to include a login form in the header part of the html page

I am trying to implement a log-in form in the header part of my html page. Log-in form in the sense, i just want to show a pop-up text box , when a url is called. Example : when a user try to call ...
0
votes
1answer
27 views

Codeigniter AJAX POST 66 records maximum

We have form with unlimited rows Each row has 10 data attributes All rows sends via AJAX POST to CodeIgniter script with AR as array of associative arrays In script each row generate query After ...
3
votes
1answer
108 views

Random SQL record while excluding specific records

I have a CodeIgniter PHP application that shows two movie covers. Beside them is a "random movie" button that uses AJAX to replace the two movies with a new set of movies. You can continue to click ...

1 2 3 4 5 52
15 30 50 per page