hi to all.<br> I am working on pgrouting project.I am using OSM data to find the best route. <br>but
I want to take a query into postgresql by php server side and returen
the result on the browser with GeoJSON format. for example I want bring
the result of this query as selected streets on the browser by
openlayers.<br>
select * from table where streetname is x or y;<br>then bring the result
by Geojson output to the browser,I would like to display these streets
as red color in the browser for clients.<br>who can help me?<br>it the simplest example.<br>
danke<br>