Tagged Questions
0
votes
0answers
14 views
How do I save the captured image of a signature to MySQL
I have a script that captures a signature on a touch screen and saves it as an image, I can't figure out how to then submit that image to MySQL. Do I need to add the name tag to the image and use that ...
-2
votes
3answers
58 views
Need javascript confirm box dialogue & delete images when press ok
<?php
require "../db/dbconfig.php";
$gal=mysql_query("select * from gallery");
$numrows=mysql_num_rows($gal);
if($numrows>=1)
{
echo "<form action='delete.php' method='post' ...
0
votes
2answers
43 views
How to properly use JSON to get number of rows from MYSQL database from php file?
I am having difficulty with properly setting up JSON post to get number of rows from MYSQL database from a php file. I am getting "undefined" alert, when I am looking to alert the number of rows as an ...
-4
votes
1answer
34 views
I want to create a form and save into database [closed]
I want to create a form. The form details are here.
1) whenever a user submit the form details that details store in to my database automatically.
2) display thank you message and mail that same ...
0
votes
1answer
38 views
Printing Specific JSON array elements in Javascript
A PHP script obtains data from a MySQL database and returns an array to javascript using JSON. I can get the results but I cannot get them to print them out individually.
The PHP code -
...
0
votes
2answers
36 views
how to fix form action to different page issue in javascript and php mysql,
i want to check user browser type and click form submit button to action to different page according to browser type, but when i use PHP while loop, the <form xxxxxxx onSubmit="javascript ...
0
votes
2answers
43 views
Hide column of sql results and and show below table onClick
I have a table that displays sql results, however I would like the table to display certain results, and display more upon a click, below the table in a div tag. So far I have this code that ...
0
votes
1answer
24 views
light box that displays image paths from mysql database
I know how to create a website with a lightbox using the image directory and I also know how to store image paths to the mysql database from images I upload to a directory. When you upload you can ...
0
votes
1answer
45 views
How to pass a query string value to a page loaded via AJAX?
I am trying to put a variable into an AJAX-loaded page link I can call it on the content it loads?
I have tried:
<a href="#" ...
0
votes
5answers
60 views
Insert Jquery in MySQL through PHP
I am new to jQuery and MySQL inserting. My goal is to insert Phonegap application data in MySQL but unfortunately I'm having a difficult time executing. So I started now in the basic jQuery-AJAX ...
0
votes
5answers
61 views
Page redirect if i enter direct url and Session expire
I am creating a webpage with password protected.
all is working well but my problem is whenever a user copy a url from my webpage and paste another browser then that page displays same data(i have a ...
0
votes
1answer
54 views
Google Maps filters
I am very frustrated with my one old month problem. This is my first web page and it's quite complicated (for me).
My problem is with AND and OR in filtering categories in google maps. All tutorials ...
2
votes
1answer
32 views
GoogleCharts + MySQL/json
I have been struggling to get this working for few days now. What I want is to create column/barchart with googlecharts. And generate that dynamically from my database.
My query:
SELECT gs.league as ...
0
votes
1answer
24 views
Auto refresh upon new mysql entry
So I have built a dashboard for the company I work for, that simply displays all mysql entries that meet cretin conditions.
My question is simple, but the answer might not be.
What methods can I use ...
1
vote
3answers
23 views
jQuery context menu filled with php content based on selection
When a user selects a word in a text on my website (PHP), and then right clicks, i want a jQuery context menu to come up, this can be done by using one of the already existing jQuery context menu ...