Tagged Questions
0
votes
1answer
42 views
Changing website content dynamically depending on MySQL database value
I want to change my website dynamically based on a value. I retrive data from my MySQL database and want the change to be as close to real-time as possible. I have some code that does what I want to ...
-6
votes
0answers
50 views
how can I make a page available just for the first visitor? [closed]
how can I make a page available just for the first visitor!!
I want a page available just for the first visitor ,, and after he leave the page or close it or go to another page or the internet cut ...
0
votes
1answer
39 views
Pagination vs Load More?
nowadays, I know two methods how to present limited data from database to user.
the first method is using pagination like
first previous 1 2 3 .. next last
the second method is using
Load ...
0
votes
1answer
58 views
Check if username exists - cross browser issues! Suggestions?
I've a registration form and it checks existing usernames and email addresses in the database dynamically. However, it doesn't seem to be working on either FireFox or IE. It's great on Safari and ...
-1
votes
1answer
41 views
Can't call Ajax function from my php script, working with live table it
I'm working on this project that uses a live table edit style (works perfectly) but trying to include the twitter style follow and unfollow in one of the columns (The last one precisely) the php works ...
-1
votes
0answers
48 views
Show errors in php using ajax [closed]
I am using Plupload plugin, what I want is to display errors php and mysql, but it does not show, then how do I write to a text file?
my code summarized :
<?php
// HTTP headers for no cache etc
...
0
votes
2answers
41 views
Web application display 'é' as �
I am working on a web application that is code in PHP, HTML, Javascript, AJAX, JQuery.
It is linked to a MySQL DataBase.
Here is the problem:
Most of the text in the DataBase is in french and some ...
1
vote
0answers
22 views
how to get content in kindeditor through js
I am using kindeditor to store data and passing that value in js .. it is working properly but while editing i am not getting my content to update....
<script>
var editor;
...
0
votes
2answers
42 views
using json to update mysql database blank fields
I'm trying to insert records into a mysql db but the fields are blank. Here is my js:
$("#submit").click(function() {
var product1name = $("input#product1name").val();
var product2name ...
-2
votes
0answers
38 views
Cannot fetch Ajax Variable
This is the AJAX call that I am making
$.ajax({
url : "update.php",
data :{algo_name : name, approved : yon},
success: function(data){
...
0
votes
3answers
49 views
Finding the row for a cell in jquery
I am a newbie in programming and I am currently learning JQuery. I have a question that if I have a button in a column attribute and when I click a button in a cell for that attribute I want to find ...
-3
votes
0answers
32 views
Ticket Timer (duration), with options of open and closed tickets [closed]
I am in the process of building a ticketing system with the options of having opened and closed tickets. I am having troubles building the timer functionality which will keep in mind the started time ...
2
votes
3answers
37 views
How to create a “Next Page” link to the “non-displayed” results of mySQL search?
I have a search engine on my webpage (PHP). So far, it would show all results on the same result page. I want to limit the number of results to 20 per page, and create a "Next Page" link...
If I do ...
0
votes
3answers
59 views
Process Form with php Without refreshing
I have this form ( its a web poll) , with radio answers and i need it when submitted the information from the action file (voting.php) to be printed on the same page WITHOUT refreshing! Please help ...
-6
votes
0answers
32 views
How to use PHP, AJAX and Javascript to auto update forms [closed]
Im redoing my website and i want to make the site automatically alert people when they receive a new message without refreshing the page. I know Javascript can use a timer to jump to AJAX and process ...
0
votes
2answers
42 views
Storing chat history in a single database table
I am trying to create a simple AJAX/PHP chat application to enable communication between registered users on a website. The problem with it is storing the chat history. I thought of storing all the ...
0
votes
1answer
21 views
PHP: Longpolling - $current_row & $latest_row
In my JavaScript Long-polling script, I call msgsrv.php to echo the num_rows not on the screen yet. Here's the JavaScript which is functioning:
<script type="text/javascript" charset="utf-8">
...
-3
votes
1answer
58 views
Any Help for me [duplicate]
can some one please help me but I get errors like
Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /Applications/MAMP/htdocs/live/vote_process.php on line 45
...
-1
votes
1answer
29 views
Creating A Faux Currency Chrome Extension [closed]
Concept: So in an effort to learn more about web programming, I am trying to make a google chrome extension for my friends and myself which would display the amount of an imaginary currency we all ...
1
vote
1answer
39 views
Socket.io for checking updates from database
I have a node.js server that connects to a mysql database and opens up a new socket using socket.io. The role of this server is basically to notify any client (user) that connects to it when there's a ...
-1
votes
0answers
28 views
On button pressed make a dropdown select menu and fill with database data Php
I'm quite new to php and mysql. I have one question for you. I need to create a select option menu when a button is pressed and fill it with database data. So each time i'm pressing a button it should ...
-1
votes
1answer
44 views
how to use a json function for filling combo box with database?
I am new at html and trying to relation between database.And i want to fill box with database
I have a code like
<div class="content" data-role="content" id="content" >
<div ...
0
votes
1answer
41 views
onchange function not working as espected ajax
I'm kinda new to ajax+php.
I have a select input that populates another select according to its value.
this is the html:
<tr>
<td><label>Categoría: ...
0
votes
4answers
54 views
<tr onclick=“”> update database ajax
i have a select customer page and when you click on a table row it should set the customer id of the order that is currently being built.
here is what i have already but it doesnt pick up the id of ...
1
vote
1answer
67 views
mysql update table ajax by class
i'm trying to update rows quantity using ajax by class not id
i have looked on google for hours trying to work this out but everything i could find didnt seem to work
my code so far is
...
-1
votes
2answers
70 views
If input empty, no insert in mysql (pdo) [closed]
If any of input fields is blank, then do not insert in mysql. It is possible (acceptable) that some of input fields are blank. In such case I need to insert non blank fields (values). But the script ...
0
votes
4answers
62 views
how to access variable from php in jquery using ajax(here i am using Json)
I am new for jquery, ajax.... value from php file is return back thro' json_encode.
My problem is here i dont know how to access those datas.
Here the Code......
js code....
<script>
...
0
votes
1answer
45 views
Ajax/jquery how to send data from button click without refreshing the page
ive been trying for hours to get this to work and havent moved a budge.
What im trying to do is send an url when a button is click, but without refreshing the page
php code of button:
echo ...
0
votes
1answer
40 views
How to populate one drop down with another using ajx, php and html
i want to populate a dropdownlist based on an input from another using ajax. But have head a deadend and can't figure out the problem. It uses company names to open up a dropdown list of mobile phone ...
-1
votes
2answers
44 views
How do I update my HTML Selects with ajax based on other Selects? [closed]
I've got this search page with 7 different Selects and 2 textfields.
The data wich is stored in the selects is fetched from a MYSQL database.
Now when I make a choice, I want the other selects to ...
0
votes
2answers
67 views
How to insert a variable in a query from .ajax post
I thought this will be very simple but i think there is a bug when posting a variable from .ajax to a query. Is there any other way I ca get my result?
here is my jquery:
...
1
vote
2answers
59 views
php ajax mysql voting button, doesn't register first click
I have a simple (or so I thought) PHP, MYSQL, AXAX system set up to register votes for items on my website. I'm only doing upVotes so there's only one button.
My issue is that when the page loads, ...
0
votes
0answers
91 views
PHP + jQuery/AJAX form submit and loading result
I have this form with multiple radio buttons. Exactly 3 inputs per person. I am able to submit and store it to database with ajax and no problems there. My problem is really getting correct info back ...
0
votes
2answers
42 views
trying to add to database using AJAX
I tried following a couple of examples on the web about adding to a mysql database using ajax but it isn't posting to the database but is executing the header at the bottom of the page.
This is the ...
-10
votes
0answers
79 views
How to retrieve and display data from mysql database when new data is inserted into database? [closed]
I'm working on an android app and php web service. I have 'orders' table, I want to display current records in php web when new orders is placed through app.
PHP WEB APP:
orders table
PHP RECENT ...
0
votes
2answers
72 views
Inserting Selected value from Gridview to Mysql database
i am working on a project and i have a gridview and a radiobutton in gridview and what i want is,i want to send the selected rows value to database on the click of the button but i am getting an error ...
0
votes
1answer
100 views
Jquery UI Slider with ajax, php and maybe mysql
I have an Slide like this:
$(function () {
/*--------------------------------------------------
Plugin: Slider
--------------------------------------------------*/
/* Increment ...
0
votes
1answer
71 views
Updating div on button click, when the button is generated by clicking on another button
On clicking the button magic1 or magic2, the div mybox will be updated with a text, button id and button (different for magic1 and magic2).
After clicking on the newly generated button it should ...
0
votes
1answer
68 views
How to pull 2 results from PHP Mysql with AJAX and json
Hello guys i need the following help code,
I am trying to pull 2 different results from mysql php to ajax using json.
Here is what I have at the moment.
I can pull 1 table with information but dont ...
-6
votes
1answer
55 views
One-time download script [closed]
I want to find a script that users can go to a web page and upload a file (or pick from a list of files that have already been uploaded) and generate a unique link to download that file. I would like ...
0
votes
1answer
59 views
select name from php query and refresh seprate query on same page.
I have just used my first bit of AJAX to search a MySQL database. This is for a persons name I would normally add a href to the result (which i have) and post to a seprate page to show all the the ...
0
votes
3answers
40 views
mysql_query not inserting anything into my database
I have this bit of code here:
<?php
error_reporting(E_ALL);
include 'DB.php';
$con = mysql_connect($host,$user,$pass)
or die("Error: ".mysql_error());
$dbs = mysql_select_db($databaseName, ...
0
votes
1answer
47 views
Automatically query MySQL and output results with AJAX
I have a problem to display my gps coords automatically on a google map. when I implement that the map is static everything works fine, but now I try it dynamically. that means when a new gps coord ...
0
votes
1answer
39 views
Model Popup extender not working
I am working on a project and i want to popup a panel on a click of a button but its not working what could be the reason behind ..as i tried after updating the ajax toolkit again its not working.
...
0
votes
1answer
41 views
Passing multiple array to php file through JQuery ajax
I am sending multiple array to a php file through ajax. I think its working properly. Here is code.
function call_ajax(){
var category=new Array();
$('.a:checked').each(function(i){
...
0
votes
2answers
79 views
Why isn't PHP reading my $_POST data?
I have the following functions in JavaScript:
function AddTextBox(id) {
if (id == 'national age gender' || id == 'arizona age gender') {
document.getElementById('text_boxes').innerHTML='Age ...
-1
votes
0answers
66 views
Ajax auto updating javascript vars to mysql database
i would really appreciate if you can get me a hand of updating the js vars to mysql database and explain me wich mysql query i should use.
<script>
function send(url){
var request;
try{
...
0
votes
2answers
51 views
Ajax not working… part 2
I have several buttons that when you click on each one of them a check image turns on or off (the buttons are part of a table that requests info from a mysql query, and it's length depends on the ...
-1
votes
1answer
78 views
getting javascript variables to PHP variables
Forgive me but i am new at this. I have a php script that generates a HTML select element which dynamically populates the options with contact information generated from a mySQL database. the contact ...
0
votes
1answer
65 views
Javascript/ajax updating database when value changes
i need some help in making an ajax code that updates this javascript code into msql database.
switch(direction)
{
case 'up': index = 0; y = 1; if(Y++)('update Y+1') break;
...






