2
votes
0answers
51 views

Handling uniqueness concurrently in event-based systems

In the project I am working on right now, we have what we call challenges. Challenges have members and participants. Members are everyone who has access to the challenge (which can be both single ...
2
votes
0answers
117 views

Header weekly by date column in json

sorry about clumsily question, i'm not really sure it possible, i read data from Mysql db correctly with json and display them into element that is not table in database i have some appointment date ...
2
votes
0answers
116 views

Prepared statements in SIlkJS

I am looking into using SilkJS (http://silkjs.org/) to build a web-application that utilizes MySQL. A requirement of this project is that it supports using prepared statements for MySQL. Does anyone ...
1
vote
0answers
70 views

Flot pie chart get data from database

Hi i am trying to retrieve data from mysql database to create flot pie, i've data looks like this data in array $Array = array(); $Array[0] = array(); $Array[1] = array(); ...
1
vote
0answers
21 views

ER_PARSE_ERROR on sql file

I'm trying to execute sql queries from a file in nodejs. This is the (summarized) code: var fs = require("fs"); var mysql = require("mysql"); fs.readFile("path/to/my.sql", function(error, query) { ...
1
vote
0answers
64 views

Database refusing to update via AJAX call

I try to avoid asking for help when sorting out a programming problem but right now I'm stumped and could do with some input from you good people. The Scenario: I have a page on a site that I'm ...
1
vote
0answers
51 views

How do I fetch one row at the time with node-mysql / node.js?

I have some PHP code I need to port to node.js / Javascript and I dont know how to do this properly: fetching only one row at a time. I have a query that results in a MASSIVE dataset; I only need a ...
1
vote
0answers
121 views

Broadcast Notification to multiple users at the same time - PHP/MySql/Ajax

I'm new to the forum, any advise is appreciated I've search a lot and read and read a lot of topics to find the best way for my project I'll get straight to the point I'm building a Broadcast site to ...
1
vote
0answers
34 views

visualsearch and data from json file

Does anybody know how to do correctly use VisualSearch (based on backbone) ? Indeed I have a jsp file which sends me back a json array with email and ID from a mysql BDD I just want to make ...
1
vote
0answers
230 views

Displaying AJAX Data In Rows/Cells Of Existing Table Without Losing Separate Java Script Sorting, FIltering, Etc. Functionality Of Table

I am a complete programming novice having an issue of trying to get AJAX data appropriately into an existing table structure on my main page without losing the separate java script functionality of ...
1
vote
0answers
597 views

how to show data to the listview jquery mobile from mysql?

i'm very beginner to android programming. and i have some problem that makes me feel confused. my problem is i want to show list of data on the listview from a table of mysql database. i've been ...
1
vote
0answers
127 views

How can I add custom columns for banner instead of column right, left, top and bottom?

I am new in OpenCart and I want to add more columns in: Extensions --> Modules --> Banner For Example I want to add: In Position field: Column Top Column Bottom Content Left Content Right ...
1
vote
0answers
82 views

how to store user-specific data through chrome extension

I have created a chrome extension that, through an XMLHttpRequest, sends some variable values on a .php file which inserts these data to a mySQL database. In addition to this data, I also want to get ...
1
vote
0answers
106 views

How to link unique URLs to a number of images that fade in and out

I'm new to coding and to this site. I have a mysql database that allows me to add images and a link to a URL. On my website these images fade in and out and what I want to be able to do is, when I ...
1
vote
0answers
56 views

a simple php updatable node

As best i can explain it..I have an html page with simple divs such as a 'news' section. Surrounded by divwrap,,etc.. I've seen several sites with full mysql/php with user login function, forums.The ...

1 2 3 4 5 34
15 30 50 per page