Hi. I'm having trouble constructing a mySQL query that will look at the current row, grab the date, then add three hours to that time and look at the value of the row at that different time. I am...
Site in question: www.artfuladvection.com . Currently, the window needs to be sized so that the horizontal/vertical are roughly the same size in order to see the bottom of the image. I'd really...
I'm looking for some insight on the possibility of hiding a fullscreen background image (which automatically resizes) from top to bottom rather than the usual bottom to top.
I'm having problems with accessing the PNG from this url:
http://199.104.104.118/slc/projects/anomalies/Forecast/GEFS/archive/20100223/00z/gefs_00z_250hgtanom_f00.png
Well, I didn't ever find out what was causing the encoding, but I found a way to work around it. For some reason, the previous coder decided to place a variable array inside another variable array...
I'm trying to find the best approach to grabbing a single line of postprocessed code (the output from a script) from a remote location. I only want one or two lines out of the hundreds in the output....
$query = "SELECT val FROM obs WHERE id='".$_GET['id']."' AND obsdate >= '".$hisdate."' AND obsdate <= '".$curdate."' AND MONTH(obsdate) = '".$mosel."' ";
...
I have a page with two sets of forms that control a google map interface. The first is a set of radio buttons, and the second is a select list that only shows up if the fourth radio button is...
Say you have a series of options in a drop down menu. For each option, you have set up an ajax page to bring in the rest of the form options for the particular dropdown option chosen.
It turned out my problems were:
a) setting a variable within php in the js doesnt seem to work (as you pointed out)
b) i was messing up the concat of strings in js...