Tagged Questions
0
votes
0answers
20 views
How to fix gantry module position error
I'm trying to add a module position within rockettheme afterburn2 in top position for my slider but when i add the position including some code within index.php, templatedetails.xm,template-option.xml ...
-1
votes
0answers
24 views
On button pressed make a dropdown select menu and fill with database data Php
I'm quite new to php and mysql. I have one question for you. I need to create a select option menu when a button is pressed and fill it with database data. So each time i'm pressing a button it should ...
-1
votes
2answers
32 views
How can I apply MYSQL restriction for spaces in field values?
I have validation of required field on invoice number text box and validation is working perfectly for empty text box. But when spaces is added to the text box it skips validation. I have used regular ...
0
votes
2answers
32 views
let PHP get value from prompt box
I am really new to PHP and I basically want php to get the data from a prompt box.
Can someone help me with it? Right now I just have the javascript code:
var name;
var person = prompt ("May I ask ...
-1
votes
1answer
24 views
how to use a json function for filling combo box with database?
I am new at html and trying to relation between database.And i want to fill box with database
I have a code like
<div class="content" data-role="content" id="content" >
<div ...
0
votes
1answer
35 views
onchange function not working as espected ajax
I'm kinda new to ajax+php.
I have a select input that populates another select according to its value.
this is the html:
<tr>
<td><label>Categoría: ...
1
vote
0answers
21 views
List Provinces in dropdown based upon Country dropdown selection
I need some assistance with this javascript/jquery script.
I have a page where every Region/Province/State is a MySQL table called States
Organization:
There is a dropdown menu called Province, ...
-1
votes
0answers
72 views
Hiding in foreach loop
I am getting json in "data" and passing it in for loop. Onclick of buy button, it goes to the App function. On success I need to hide the buy button and display the download label.
My problem is ...
0
votes
6answers
58 views
How do I transfer data from javascript to php
I want to transfer the varible "content" to php and then a mysql database, but everything I have tryied fails. The data is comming from a iframe and the code looks like this
function ...
1
vote
2answers
32 views
Execute JavaScript once in PHP & MySQL's while-loop with JWPlayer 6
I'm using JWPlayer6 (non-commercial version) and I'm facing a serious problem, using a while loop to loop over all videos from a MySQL database using PHP. Unfortunately, the web page just shows one ...
1
vote
1answer
62 views
LIKE clause problems
I'm working on a small mobile web app. I have a query that has a LIKE clause. For example:
SELECT from posts WHERE (title LIKE '%car%') or (content LIKE '%car%');
The problem I'm having is ...
0
votes
1answer
23 views
How to populate one drop down with another using ajx, php and html
i want to populate a dropdownlist based on an input from another using ajax. But have head a deadend and can't figure out the problem. It uses company names to open up a dropdown list of mobile phone ...
0
votes
0answers
13 views
How to use javascript to do a drop down menu on mysql column in a HTML text field?
I would like to create a javascript drop down menu in a text field in HTML, using an MySQL query.
This is my query
select distinct `Column_Name` from `Table_Name` limit 0,66;
I'd like to have a ...
0
votes
1answer
26 views
Showing specific business card from fusion tables to google site
I am creating a Google site that has a user login information at the beginning of it. Once the user logs in, it shows a profile of his information retrieved from a business card in a fusion table. The ...
0
votes
1answer
24 views
Get data from MySQL after draggable swap
I'm having problem to get data from mysql when two draggable elements are swapped. Because swap action is performed inside $.post function.
$(function () {
var parent_div_data;
var ...