Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 10 of 10
Search took 0.04 seconds.
Search: Posts Made By: jawittdesigns
Forum: JavaScript programming 10-12-2012, 09:06 PM
Replies: 11
Views: 686
Posted By jawittdesigns
I got this working now. It's something...

I got this working now.

It's something really stupid. This is a wordpress plugin and I forgot to add the extra wordpress stuff to the URL.
...
Forum: JavaScript programming 10-12-2012, 06:31 PM
Replies: 11
Views: 686
Posted By jawittdesigns
$flight_sql = "SELECT DISTINCT * FROM...

$flight_sql = "SELECT DISTINCT * FROM wp_flr_flights";
$flight_result = mysql_query($flight_sql);
echo '<select name="location" id="select-location" onChange="changeSecond(this.value)">';
echo...
Forum: JavaScript programming 10-12-2012, 06:18 PM
Replies: 11
Views: 686
Posted By jawittdesigns
Oh, I haven added any sanitation yet. Right now I...

Oh, I haven added any sanitation yet. Right now I just want to get it working. Details come later.

No, no errors.
Forum: JavaScript programming 10-12-2012, 05:34 PM
Replies: 11
Views: 686
Posted By jawittdesigns
I agree it probably is a bad way of doing it, but...

I agree it probably is a bad way of doing it, but this is for my work and I just need it to work, not to be pretty.

If I had time i'd learn to do it the right way, but I have a deadline to make.
...
Forum: JavaScript programming 10-12-2012, 05:31 PM
Replies: 11
Views: 686
Posted By jawittdesigns
OK Here's the code. global $wpdb, $page_url;...

OK Here's the code.

global $wpdb, $page_url;
$location= $_GET["first"];
echo $location;
$flight_sql = "SELECT ".$location." FROM wp_flr_flights GROUP BY ".$location;
$flight_result =...
Forum: JavaScript programming 10-12-2012, 01:23 PM
Replies: 11
Views: 686
Posted By jawittdesigns
Cascading form dropdown

I trying to make a cascading dropdowns for a form

this is the JS I have


function changeSecond(first){
var xmlhttp;
if (window.XMLHttpRequest){// code for IE7+, Firefox, Chrome, Opera,...
Forum: MySQL 10-09-2012, 02:35 PM
Replies: 7
Views: 685
Posted By jawittdesigns
I almost got this method almost working for me....

I almost got this method almost working for me. The problem I having is the the last option values for $item is being posted to the database instead of the option I select.
Forum: MySQL 10-05-2012, 04:40 PM
Replies: 7
Views: 685
Posted By jawittdesigns
OK I think I understand (maybe) what you are...

OK I think I understand (maybe) what you are saying. Just store the ID then query the ID from the other table using the ID I just posted.

How would you do that? Would it it be something like a...
Forum: MySQL 10-05-2012, 03:29 PM
Replies: 7
Views: 685
Posted By jawittdesigns
How to post Multiple values from one selection

I have a while loop that generates a select dropdown.

The dropdown displays the name of the object from a database table for the user to select. When selected that name gets posted to another...
Forum: MySQL 09-24-2012, 02:10 PM
Replies: 1
Views: 427
Posted By jawittdesigns
Need Help with database Queries in HTML tables

Hi,

I having problems displaying queries from a mySQL database. I want to display images and descriptions in a html table four columns wide.

so far I cam up with this.


while ($row =...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT +1. The time now is 04:05 AM.