Tagged Questions
0
votes
1answer
35 views
What all technologies/ framework does one need to know to be a Web Developer? [on hold]
These are the following technologies/frameworks that I currently know :-
Django (for back-end)
MySQL (Database)
Bootstrap (styling UI)
jQuery and Ajax (for making dynamic websites)
JSON (for data ...
1
vote
1answer
37 views
Loading a html table with PHP via a JQuery .load call
Aim
I am trying to create a page to delete records from my database.The page would consists of a that populates itself upon page load.Upon selecting a value from the and clicking the submit button, ...
0
votes
1answer
28 views
PHP MySQL JQuery form doesn't validate on client side
I have a simple contact form that posts to MySql on submit, I am trying to validate on the client side before submitting the form (I will implement server side validation after I get the client side ...
0
votes
6answers
33 views
usage of setTimeout function in AJAX
I.m currently following a tutorial about how to load content from a MYSQL db without reloading the page.
I just want to understand the use of setTimeout in this code. What's it for? I tried removing ...
0
votes
0answers
20 views
Jquery Mutliple value autocomplete with php mysql
I am trying to implement jquery multiple value auto-complete with php and mysql,
I am getting auto-complete on first search term, but after selecting it, its doesn't show auto-complete for 2nd search ...
2
votes
1answer
55 views
How I pop-up a jquery dialog with mysql data?
I have a question about jQuery UI Dialog box and showing dynamic content from a database.
Here I have a table which is generating blog post using php and mysql and in that table, there is a column to ...
0
votes
1answer
26 views
jQuery Table Search filter on a PHP generated table
I have a MySQL table with less than a thousand rows and it's fetched by a PHP script. I would like to be able to sort the tbody by ASC or DESC order when clicking a link and still be able to use the ...
1
vote
0answers
16 views
jQGrid - Select Row from Grid1 to Populate Grid2 (MySQL, jQuery, PHP) [Solved]
EDIT:
Figured it out. See solution below.
I will preface this question by letting you know that I am rather new to PHP. In any case, I am trying to make a simple page that populates two jQGrids.
...
-1
votes
2answers
40 views
What is the best way to mask the data? [on hold]
What is the best method to obscure data such as a profile id of a hidden field on a form (which may be changed manually) or JavaScript data that are then used to query?
-1
votes
1answer
42 views
How to create a PHP chat app without continuous requests?
Possibly other questions similar to this one have been asked, but I think this would be something different to those that have been asked so far.
Can we create a chat app especially in ...
0
votes
3answers
49 views
PHP MySQL jQuery/AJAX issue
I have problem with jQuery.
This is my jQuery code:
function UpdateRecord(id)
{
jQuery.ajax({
type: "GET",
url: "index.php",
data: 'id='+id,
cache: true,
...
0
votes
2answers
41 views
What is the best practice to update / edit form fields in php and mysql? [on hold]
This may sound like a typical question, but I wasn't able to find decent answers on stackoverflow. I've already built adding and deleting items from the php form. Let's say I have a simple structure ...
0
votes
2answers
38 views
Jquery submit radio button without reload and
So because my experience with jquery is zero i have no idea how to run my mysql script when the form is submitted without reloading a page?
in short
form radio button submit --> form sended --> query ...
1
vote
1answer
31 views
flot piechart from PHP
I am having a very strange issue creating a piechart in Flot with data from PHP.
It seems to be drawing incorrectly, and I can't figure out why.
My PHP code (for testing) is:
echo json_encode(
'[{ ...
2
votes
1answer
41 views
How I view every contents in jquery dialog using php
I am creating a table using php and this is how it create table body.
while (mysqli_stmt_fetch($stmt)) {
// Create Table Body
$html .= "<tr>\n";
$html .= " ...
0
votes
0answers
35 views
Multiple control on dymanic fields
i'm working on a web contest, and i had to verify data before to submit.
My problem is that a user can insert more alphanumeric code according to how many scratch & win he has.
So in my form the ...
-1
votes
1answer
59 views
Ajax: Insert multiple rows in database
I want to be able to insert multiple input fields as it's own row in the database.
Currently it's inserting all input fields with the same class in one field in one row.
Ajax:
...
-1
votes
0answers
19 views
Add checkbox inside lightbox image popup
I am creating a gallery where people can login and choose photos they like. So, I am trying to add a check-box in Lightbox popup. If i am able to add html to lightbox description, then somehow i can ...
0
votes
1answer
44 views
json_encode a MySQL query for a multi-series flot chart
I'm trying to pass a MySQL query to flot chart in the json format specified in the documentation i.e
[ { label: "Foo", data: [ [10, 1], [17, -14], [30, 5] ] },
{ label: "Bar", data: [ [11, 13], ...
0
votes
3answers
45 views
Disable input fields based on selection of mysql database item
I have an order form for lots of apparel; it gets populated using cascading selects from a database. The next section of the form is a series of input fields to enter quantities for each size. There ...
1
vote
2answers
43 views
Can't insert record into database using jQuery
I am trying to insert record into MySQL database using jQuery Ajax and PHP.My problem is that it is not inserted any row in the table. I tried this code:
For the html :
`<script>
...
0
votes
2answers
19 views
JQuery button style works in navbar, but not in table
I have used the exact same code in the navbar as in the table but it doesn't seem to work.
I am using js/jquery.mobile-1.1.1.min.js and Phonegap (Cordova)
Below is a screenshot of the what happens:
...
1
vote
1answer
53 views
Need suggestion for insertion of two records in mysql at same time
I am working on auction site where user can bid and won auctions. In my case auction ends when bidding ends (number of bids set from admin). So i need suggestion about the final bid. What if the final ...
0
votes
1answer
32 views
show city depending on the state selected
My script is working, the problem is that I am on a page to edit, and was to appear all data
<tr>
<td class="left">Estado</td>
<td>
<select name="estado" ...
0
votes
2answers
25 views
Rebind Click Event in AJAX after Using It Once
I'm having trouble with a click event on an AJAX call. I have the AJAX calls nested because the click event happens on a div that doesn't exist until the first AJAX call. Basically I'm loading user ...
-1
votes
2answers
30 views
save manipulated element into mysql
I not sure it's a correct way or not, I build this CRUD alike thing with jquery, which jquery is mostly for front end effects.
for example I appended something and want to save it, how?
...
-1
votes
0answers
24 views
multiuser web calendar php js [closed]
I'm searching for day's for a solution to my problem but I can't find it. I'm searching for a calendar where an admin can add events and users can say if they can work that day.
So if you got a event ...
0
votes
7answers
67 views
Check text field value with database
I am trying to check inserting username is correct or not using jquery and php.. if username is not match with the value from database, it should be trigger an alert saying 'your user name is wrong'.
...
0
votes
2answers
38 views
Checking username on local server using jquery, ajax and php ajax() not connecting
So I am have a mysql database on my local system and connecting to that using PHP.
I know there is nothing wrong with the the server (Apache) because I have used it in another calls using just php.
...
0
votes
3answers
61 views
Access jQuery node's children and its values using PHP to enter into db
Can anyone please help me out in this problem. I am in real trouble and I don't know how to go ahead with this.
I have a tr tag which contains multiple div tags in it. Whenever user clicks on a 'Add' ...