<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I have an already established table..<br>
using a php script to run periodic updates to the GIS data<br>
I have seen all kinds of INSERT and SELECT unless I'm missing it no
UPDATE ??<br>
would the following work??<br>
$polygon is Latitude Longitude pairings <br>
<br>
"UPDATE conv SET geom = ST_GeomFromText('LINESTRING(".$polygon.")',
-1) WHERE wwnum = '".$wnum."'"<br>
<div class="moz-signature">-- <br>
<b>Jeff Lake</b><br>
<a href="http://www.michiganwxsystem.com">MichiganWxSystem</a><br>
<a href="http://www.allisonhouse.com">AllisonHouse</a><br>
<a href="http://www.grlevelxstuff.com">GRLevelXStuff</a></div>
</body>
</html>