0
votes
2answers
22 views
Displaying JavaScript string obtained from DB as empty string when equal to null
I am using Ajax where the server queries a database using SELECT someColumn FROM someTable, returns someColumn to the client, and the client updates an element using ...
-4
votes
0answers
41 views
Lottery animation [closed]
Is there any JavaScript,CSS or JQuery code/library for developing a lottery style application which takes records/numbers from MySQL database table and scroll up and down the records the speed of ...
0
votes
1answer
44 views
JSON/AJAX still displays error
Background
I have a web application which displays "simple" information about an account, i.e. Name and account Number.... I have a button on the side to display "detailed" information... i.e Name, ...
0
votes
1answer
30 views
Twitter Bootstrap change input value [closed]
i want to change input value from button group using twitter bootsrap
here's my code
<div class="btn-group alignment" data-toggle="buttons-radio">
<button type="button" ...
0
votes
2answers
59 views
Onclick, MySQL, PHP, about interchanging images
I’m building an SEO script and am delaying this matter for 2 weeks now without an answer.
I saw dozens of answers here but none of them where satisfactory (or at least I didn’t find them useful).
I ...
0
votes
5answers
69 views
how to add table rows filled from array in php
i am trying to pull some information from an application and then creates table rows based on this array,and i am lost in the middle of this code i need help.
submit code is :
<?php
...
1
vote
1answer
39 views
Ajax code unresponsive
Hi i am having trouble making this ajax code work with JavaScript. The function is called studentReqHandler with a button onclick function and everything is in echo's. this is the code of the function ...
0
votes
0answers
34 views
Twitter Bootstrap + sql accordion
So I would like to have accordion heading as sql row column1 and in description column2 like i did,and it works like charm but when I click on name it doesn't collapse out and in :S...column3 is just ...
2
votes
3answers
446 views
Adding AJAX to a working PHP form
I have a working PHP registration form that goes through $_POST[] requests to check user inputs.
Username length (3-20)
Username availability
Username /^[A-Za-z0-9_]+$/
etc.
Rather than have it ...
0
votes
1answer
37 views
JS split with db data
I am wondering how would be the best way to do the following:
I am returning my database data via ajax using | as a delimiter between the data.
success: function (data, responseText, textStatus) {
...
-2
votes
1answer
36 views
I want to preview an image before uploading for ie8 using php, mysql, and jquery [closed]
I can make a preview using html 5 file api for my target browsers except for Internet Explorer 8. I have tried to figure it out on my own but due to the way ie8 does not allow access along local path ...
1
vote
0answers
75 views
+50
Trouble connecting Node-mysql
Im trying to connect to my mysql database with node-mysql. When i try the following code, I get this error:
ERROR: Error: connect ETIMEDOUT
does anyone know whats wrong? The database is up and ...
2
votes
0answers
33 views
Images don't always load when using jQuery to position and PHP to obtain URL
i've been a long time stackoverflow lurker and have almost always found the answer to my problem on the boards (thank you for that) but this one is stumping me ...
i'm building a portfolio site .. ...
4
votes
2answers
2k views
Approach to multiple MySQL queries with Node.js
I'm a newbie both on event/callback style programming and NodeJS. I'm trying to implement a little http server which serves ddbb data using node-mysql module.
My problems comes from queries ...
2
votes
1answer
17 views
Best Practice to import Jvectormap jQuery file into MySql
I'm trying to place SVG data into a MySQL Database without copying and pasting over 200 rows.
Is there any way to import the following into a MySQL Databases:
"LR": {
"path": ...