Tagged Questions
-1
votes
1answer
21 views
Resources on how to create a JS\PHP basic image maker? [on hold]
Alright, I'm having to ask this because I honestly am not even sure what this would really be called or where to start.. Could definitely use some directions on how to get this started and what ...
1
vote
2answers
4k views
Query database onchange of dropdown menu, then output to form
Hi I'm performing the following query on a database which is getting me a dropdown menu. I want this to query the database onchange so that I can use that information in another form.
...
0
votes
1answer
18 views
Send individual array results to printer based on id table
I'm working on a simple PHP script that stores user details in a MySQL database. I can run a query and have it return the individual records as long as the query matches the last name (pre-defined). ...
0
votes
0answers
10 views
Dynamic table updated with search results from a user search string (on click of button) without refreshing page, from a MySQL database
I have a search page, I want the user to be able to enter a search string, which after clicking submit on a button, will create a MySQL search, finding any records containing that text string, ...
1
vote
0answers
42 views
Saving Google map Points to a database
i have been playing with the Google maps trying to make a tour and save the start end and the way points in a database.
here is the java-script code that i use to pass the values
function ...
0
votes
2answers
25 views
Datalist for results in database
I've got this link which shows how to predefine possible answers for easier search. I am curious, is there possibility to make a... form, that loads data from all rows in specific column and set is as ...
-2
votes
1answer
52 views
Unable to store information in mysql php
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title> - jsFiddle demo by skram</title>
...
-3
votes
1answer
16 views
Displaying/passing PHP data inside javascript [on hold]
After looking around on a Google without any success, i feel posting here may be a good idea as I have used this site to answer previous questions.
Anyways, I am currently working on an HTML5 canvas ...
-1
votes
1answer
43 views
Always login with password into the same database, whenever query or update at any time
Hi stackoverflow users
I had problem with the understanding when I build the PHP website to access to the same database.
I am using PHP, PDO and MySQL. I am confused.
Do the code always have to ...
-1
votes
0answers
34 views
Javascript form dropdown displaying mysql array from php [on hold]
I need the drop down to show each row the array separately right now all rows are combined into a single string.
I am able to pass the array created from a mysql query to javascript and then return ...
0
votes
0answers
28 views
AmCharts with MySQL
I've been working, for quite sometime, on creating a graph using dynamic data. I am following this tutorial
http://blog.amcharts.com/2011/03/amcharts-javascript-tutorials-part-2.html
I have a php ...
0
votes
1answer
34 views
creating dynamic HTML. Automatically write HTML to a web page when an action is done
I'm creating a web app for a company that sells mp3 sound clips. I have implemented a register, login, payment and admin functions. Within the admin page I have allowed the privileged user to add an ...
-3
votes
1answer
24 views
shuffle() array() and update the Database with new results mysql [on hold]
pull information where available='0' then there are numbers it shuffles all the id and i want it to update the database with with new Numbers for each line.
$sql5="SELECT * FROM periodeight where ...
0
votes
1answer
34 views
Retrieving Numerical Data from MySQL Database using AJAX
Good evening. I am creating a game using CANVAS, PHP, MySQL and AJAX. It is a very simple game: it consists of a board, 8 squares tall and 8 squares long (like that of a Chessboard). The user is ...
-2
votes
2answers
28 views
How do I get the length of an MP3 from my own website? [on hold]
I have my own personal website that I've uploaded about 5000 mp3's onto. All I really want to do is be able to look at the mp3 files location and get the files Track Length, preferably in seconds but ...