Tagged Questions
0
votes
3answers
37 views
First drop-down box in PHP with Javascript does not keep my selection
I am a beginner PHP programmer. I have managed to put together the following code, which creates a double drop-down list from a MySQL database. In the first box you are supposed to select a claims ...
-2
votes
0answers
41 views
Add a datetime picker to php page
I have table with a datetime field and i want to add a datetime picker to insert date, i tried this one: a link,a link, but i can only choose te date, i cant choose de hour, and it keeps insert ...
1
vote
0answers
33 views
Tough Pagination Script
Okay, so let me explain my situation then I will explain the code. The languages I am using are JavaScript, AJAX, PHP, MySQL. It is a very complicated code I will do my best to explain.
Scenario:
I ...
3
votes
1answer
166 views
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 ...
0
votes
0answers
9 views
How to make slider “slide” / autoGet next data from mysql
As the title show - I even don´t know how to put this - but should be easy...
This is the page I´ve almost finished and the main "fancy" content is database connected (background-image with ...
0
votes
1answer
19 views
Web App Creation Toolchain with CSS/HTML/Javascript
I want to create a score keeping app that allows me to enter scores into the app, save score history by user, and have a webpage that can display the score in real-time as well as pump out some stats ...
0
votes
1answer
43 views
Populating highcharts with php via json_encode
I have been wrestling with highcharts and json_encode via php for a few days now. I believe I have the data formatted properly but yet the chart is not updating properly. The category data is ...
0
votes
1answer
49 views
Tesing if at least two checkboxes are checked then insert the values into data base
I am using html,php, javascript,mysql and wampserver.
I have 3 checkboxes, the user should maximum check two , then I insert the two choices into my database.
I have declared 3 checkboxes with ...
0
votes
0answers
23 views
Need help to send innerHTML result to SQL DB
I am trying to take the innerHTML formatting (in section 'InnerHTML summary for website' below) I am using for a google maps response and copy it into my database to store for later use.
I haven't ...
-1
votes
1answer
30 views
Fetch data from database to display side by side comparisons [closed]
If you look here, http://recombu.com/mobile/compare/ you will see that when you choose a make and model from the list, the data changes. Exact same on the other table so that they are side by side ...
0
votes
0answers
85 views
Ajax call for dynamic menu works for first <select> element, but not additional ones
i'm trying to create a dynamic menu with jquery, and I want to populate the subsequent menu with Ajax data (taken from a DB).
I then want to be able to add additional dropdowns and retain the same ...
0
votes
3answers
43 views
JS/PHP 'listener' to trigger an event
I'm making an application using PHP, and I wanted to build a really simple page where a sound is played if two values in a MySQL row are set to '1' (true).
For instance, if none or only one of the ...
1
vote
2answers
65 views
How do I refresh an HTML file when the contents of a different file change?
I have this situation with a device accessing a simple MySQL database using PHP.
When I do a search, the results are written in an HTML file.
I have a second device (very basic android tablet) that ...
1
vote
1answer
35 views
PHP file - Populating a dynamic <select> tag with values from a database issues
Okay my problem is i have a form which contains a select tag which needs to be dynamically populated from a Database, the values populated are determined by the postcode/zipcode a user enters WITHOUT ...
-2
votes
1answer
45 views
Populate multiple dropdown lists with PHP
I have 3 dropdown lists to populate from sql database using PHP and javascript/ajax.
First list starts with filled options, second list populates from database depending on selection. All this works ...