Sorry link is:

http://www.iwdigital.com/testphp1.php?table=t353358016644366&start1=2009-03-23&end1=2009-03-23

Also if I change the data and do apage refresh I get:

Firefox latest data showing
IE no data changes showing unless I clear cookies

In testphp1.php I use:

<?php  $table=$_GET['table']; $expire=time()+60*60*24*30; setcookie
("table", $table,$expire);?>
<?php  $start1=$_GET['start1']; $expire=time()+60*60*24*30; setcookie
("start1", $start1,$expire);?>
<?php  $end1=$_GET['end1']; $expire=time()+60*60*24*30; setcookie
("end1", $end1,$expire);?>

In phpsqlajax_gexml.php & phpsqlajax_gexmllast.php I use :

$table = $_COOKIE["table"];
$start1 = $_COOKIE["start1"];
$end1 = $_COOKIE["end1"];

and use them in a query:

$query = "SELECT * FROM ".$table. " WHERE date BETWEEN (CAST('".
$start1."' as DATE)) AND (CAST('".$end1."' as DATE)) AND `Long1` <>
'0'";

Cheers

SteveW




On Mar 23, 11:23 pm, Ralph Ames <[email protected]> wrote:
> Please read the posting guidelines and provide a link to your 
> map.http://groups.google.com/group/Google-Maps-API/web/suggested-posting-...
> nes
>
> Ralph
>
> www.easypagez.com/maps/map_index.html
> -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to