0
votes
0answers
8 views

JQuery getJSON Combined With Pagination

i have some problem, I make some web application that consuming JSON array using this code $(document).ready(function () { //function to get the result from user-input ...
-1
votes
2answers
33 views

How to get mutiple ajax submit get mutiple input value, defined by id

I want to create a mutiple button with mutiple submit to update link so i made this function updateurl(id){ var linkurl=$('#link'+id).val(); alert(linkurl); } and html markup: <input ...
0
votes
3answers
39 views

Getting Result from JQuery Based On List Item

after getting the list id from navigation, i have to send the id to php file that returns JSON list. This is my jquery syntax $("#ul_navigation li").click(function(e) { idsec = this.id; ...
0
votes
2answers
42 views

Passing JQuery values to a PHP file using AJAX?

AJAX codes $.ajax({ type: "POST", url: "../updateDB.php", data: { field: idValue[0], newValue: newValues, firstName: idValue[2], lastName: idValue[3] ...
0
votes
2answers
24 views

Codeigniter: Ajax Request, global variable in controller

I setting the global variable in the __construct(); function __construct() { parent::__construct(); //variables $this->galleryID = $this->uri->segment(3); ...
1
vote
1answer
44 views

ajax php javascript : error when using POST method

I searched on google, and there are so much question about this topic on stackoverflow. Such as 'data not being sent on post method', etc. But seem not asnwer my question The case is almost the same ...
0
votes
3answers
53 views

Jquery Ajax woking only once

function postData() { var fName=$("#fName").val(); var lName=$("#lName").val(); var city=$("#city").val(); var ...
0
votes
1answer
22 views

Using ajax to fetch from script having return value

I am new to jquery and ajax. Is it possible to use ajax in a php script which is returning value? $.ajax({ url:'ajax.php', method:'post', dataType:'json', ...
0
votes
1answer
29 views

Ajax Post 500 server error

I am trying to write some data to a MySQL Table however the .post call is returning with a 500 server error. Any help in the right direction would be great. I think it's something to do with the ...
0
votes
0answers
16 views

php/ajax Chained select boxes

I have successfully implemented a set of chained select boxes that displays a second drop down box after selecting a value from the first one. However, I need to figure out the most efficient solution ...
1
vote
1answer
43 views

passing parameters to a php from javascript

I've done this before but for some reason the parameters are being passed oddly. I have a javascript function that I've used to pass parameters, I've ran some tests and in the function the variables ...
0
votes
1answer
28 views

URL Looper Issue, Want to add value in to input value tag

I found this script on google and I want to make some changes in it. This is script search and finding all URL links from provided website - <?php function urlLooper($url){ ...
0
votes
1answer
27 views

How to use ajax and update img src and call php function?

There is a list of checkboxes. User clicks on image of a "unchecked checkbox". Ajax sends request to php script which updates database and echo's new image source of a "checked checkbox". This works ...
0
votes
1answer
35 views

Ajax sending whole page instead of chunk

Ok, I'm doing a login page via AJAX. For some strange reason. AJAX POST page below. <?php require_once($_SERVER['DOCUMENT_ROOT'].'/lib/user.php'); ...
0
votes
1answer
33 views

Display json response on ajax call via POST

Im trying to display some data via JSON using ajax but for some reason when i submit the form im not getting any result, any suggestions?.. project_view.php <form id="formProjectsRepSearch" ...
0
votes
1answer
34 views

How to start process, then stop later in PHP, MySQL with AJAX

I want to send an AJAX call to a server that makes phone calls to our clients. However, I don't want the person who starts the process to have to leave their browser open. After some research, I've ...
0
votes
1answer
50 views

Concurrent Login with php

We are developing a web application which is supposed to be accessed at least by 10,000 people logging in at the same time. Now, we are trying to solve the following issue, Objective - Prohibit ...
0
votes
2answers
21 views

Deprecated Ajax Or JQuery Command Cause No Result Returned

<script type="text/javascript"> $(document).ready(function(){ function loading_show(){ $('#loading').html("<img ...
0
votes
0answers
14 views

Write data back to my backend server from a packaged Sencha-Touch 2 App

I am trying to write a Sencha Touch application that I can package in PhoneGap for iOS, Android etc... The app allows you to input some data which I would like to save to my backend server using ...
0
votes
3answers
41 views

Username has left the chat message when his session ends?

Basically I have a chat, using AJAX, PHP. I let guests login by filling their name and clicking login. It fills the session $_SESSION['guest']. Now, when they close their browsers, or something, ...
-2
votes
1answer
77 views

Returning PHP results to original html page

I would like to return the value $newsum to the col div which comes from a php calculation to db results. I would like to keep the html and php files separate. However, when that is done I dont get ...
0
votes
3answers
28 views

CodeIgniter Ajax empty error

Hi, guys. I'm new to Ajax, so I'm having a problem. When I press the supposed link to use Ajax, it shows an error message with the error parameter empty. What am I supposed to do? I already tried to ...
0
votes
0answers
8 views

How to check like status facebook fanpage via php

I want to create a website check, not an app check like status on Facebook. so whenever i give someone a page call check_page.php, which includes facebook page framing inside, checking whether the ...
0
votes
0answers
43 views

Querying MySql with ajax

I have the below code for inserting values to database. I would like to show loading icon till the time database is not populated and also the error message if there is an error inserting. Also if the ...
0
votes
2answers
58 views

AJAX PHP echoes js code, which doesn't work [duplicate]

I'm writing an AJAX page with php, which will echo a block of JS code when it finishes. Although the JS code is embedded into HTML page, it doesn't work. How can I make it work?
1
vote
2answers
74 views

data not being displayed correctly

When I submit a form using the attached code, instead of the message appearing in the div, the screen is refreshing itself and it is holding the completed form in the browser cache. I have obviously ...
-1
votes
2answers
57 views

Javascript calls to a php webserver [closed]

I've got a huge problem in my app. I have got an application that connects to a php webservice and gets some data back when I press a button. The only problem is, my service isn't responding to me and ...
0
votes
1answer
39 views

What is the best way to count user time between rounds while playing game

I'm developing a game, where people can select some ingredients and try to cook. When they select ingredients from the list they can click on "cook" button and the list of selected products is sent to ...
2
votes
0answers
26 views

“Reload the page to get source for …” in AJAX [closed]

I use AJAX for auto-complete field, all worked good but last time this functionality is broken. I have looked in FireBug, before in AJAX response I see JSON array with data for autocomplete. Now I ...
0
votes
1answer
33 views

Cannot select value in dropdown box (inline edit)

What is wrong with this code and i cannot select the value in the dropdown box when editing inline? I've done this using textbox only but in this case I wanted to use a dropdown option and select its ...
2
votes
1answer
36 views

WebRTC video chat with Ajax instead of WebSocket: Possible?

About six months ago, I was able to successfully code my own WebSocket server script in PHP. Through that, I was able to set up a WebRTC video chat service on my local host. I was quite happy until I ...
0
votes
0answers
19 views

cgi script execution ans display of result on same page

I need to execute a cgi shell script passing some parameter maybe through a form and show the result of script on the same page via pop up window or anything my html form code is <form ...
3
votes
1answer
51 views

How to make a link in jquery , codeigniter live search result?

I want to make a live search, the autocomplete features is success. But i don't know how to make a link to article that user choose.. so when the user click one of the result, it will go to: ...
-2
votes
1answer
39 views

An apps to get data from mySQL database [closed]

First of all, I create a database containing many image with distinct file name, I want to create an apps for my iPod, which can firstly download all of the image from the database, then my host ...
1
vote
1answer
61 views

Ajax reload not working

I'll start this out by saying this: I'm very new to all of this. I'm really just crashing through everything I can find out. I'm an artist and a writer, I've only really gotten into developing this ...
0
votes
2answers
54 views

PHP & Javascript Ajax : how to get URL data when our method is “GET”

I checked the following questions in case this is a duplicate, but they do not answer my question: get-data-from-url how-can-i-get-query-string-values ...
0
votes
0answers
35 views

Adding to a plugin with wordpress

I'm having major problems with this. Basically, I need to add a "url" field to the event management plugin with wordpress. My client wants to be able to add a url to their event so it can be clicked ...
-3
votes
4answers
36 views

Embedding PHP in Javascript on a Click Event [closed]

Here is what I need to get done. When you click on a link, I want a script in PHP to run that will log what user clicked the link and save the information to a SQL Table or a file. Any thoughts?
0
votes
1answer
40 views

What is the value of ajax.responseText when there is no response being sent?

I wrote a javascript function that checks if a username is available in a database. If the username is NOT available the ajax send a text response back which changes some css and adds an error ...
0
votes
2answers
36 views

With/Without Javascript form submission using ajax or normal form action

I am currently submitting a form using form action to a php script and i was going to implement ajax form submission also. But a thought came to my mind that wouldn't it be nice to know if the ...
0
votes
0answers
30 views

Uploading a file in yii

I'm new in yii and I need to upload a file but I'm not using yii widgets, I have my own html form (with a link instead of a submit button) <div class="content_tut"> <div class="clearfix"> ...
0
votes
1answer
29 views

FullCalendar delete event with button

I would like to start off my question with establishing exactly what I am using. I am using a jquery calendar app devlopped by Adam Shaw called FullCalendar. Link: arshaw.com/fullcalendar/ I want to ...
0
votes
2answers
28 views

onsubmit form values to php sql request

I have many input values from a form, and I would like to push them to PHP code using ajax code. Here's an example of what i'm trying to do. I have test1 and test2 that i want to keep track when user ...
0
votes
3answers
34 views

Performance questions for using MySQL asynchronously with AJAX

This isn't really a problem per se, but more of a question about efficiency. Basically, I have an index.php file that handles the main code for the site I'm building. Within that code are several ...
0
votes
1answer
34 views

jQuery Form Data Not Sending

Here is the jQuery ajax part function submitTic(){ $('#form').html("<img src='/img/pleasewait.gif' />"); namev = $("input[name=name]").val(); console.log("Namev: "+namev); purpv ...
0
votes
0answers
28 views

PHP Variables URL news page

To get it out of the way, I am learning php as I go and I am new to it. I am really trying to get my hands dirty in it on this project to learn and to make my life easier! I have a scenario, and I ...
0
votes
1answer
25 views

MailChimp not working with AJAX - PHP script breaking

I am attempting to construct an ajax form that integrates with the mailchimp API via a PHP script. I am passing variables successfully from AJAX using the form below: <div ...
2
votes
1answer
31 views

Ajax request no response using codeigniter

can anybody help me with this simple code,i have a button in which when a user submit it will load a javascript that will invoke ajax request to just update one field in my table so i passed a ...
0
votes
1answer
26 views

Php news page - news.php?article1

Could someone help me out? I would like to simplify my life by providing a news page where I can simply have a template php doc with a blank content area that is filled by data from my news article. ...
0
votes
0answers
21 views

Free / Busy week by week schedule API using PHP / MySQL / jQuery / AJAX and JSON

I have created a solution by which you can maintain a week by week, 7 Day, Free / Busy schedule based on the following available time slots. AM PM Evening Overnight The PHP API file ...

1 2 3 4 5 291