<div dir="ltr">Hi , <br><br><div id="gt-res-content" class="almost_half_cell" style=""><div dir="ltr" style="zoom:1"><span id="result_box" class="" lang="en"><span title="Cliquer ici pour voir d&#39;autres traductions" class="hps">The</span> <span title="Cliquer ici pour voir d&#39;autres traductions" class="hps">following code</span> <span title="Cliquer ici pour voir d&#39;autres traductions" class="hps">works</span> <span title="Cliquer ici pour voir d&#39;autres traductions" class="hps">very</span> <span title="Cliquer ici pour voir d&#39;autres traductions" class="hps">well</span><span title="Cliquer ici pour voir d&#39;autres traductions" class="hps"></span><span title="Cliquer ici pour voir d&#39;autres traductions" class="hps"></span><span title="Cliquer ici pour voir d&#39;autres traductions" class="hps"></span> <span title="Cliquer ici pour voir d&#39;autres traductions" class="hps">with the</span> <span title="Cliquer ici pour voir d&#39;autres traductions" class="hps">mapserver</span> <span title="Cliquer ici pour voir d&#39;autres traductions" class="hps">php when i try :<br>
<br><a href="http://localhost/charts/index.php">http://localhost/charts/index.php</a> it works very well , also with wamp !!<br><br><br><br>but with mapguide when i try :<br><br><a href="http://localhost:8008/mapguide/charts/index.php">http://localhost:8008/mapguide/charts/index.php</a><br>
</span></span></div></div><br><br><br>index.php contain :<br><br>&lt;?<br>$con = pg_connect(&quot;host=localhost port=5432 dbname=Farouk user=postgres password=webmapping&quot;);<br><br>$result = pg_query($con, &#39;select * from chart&#39;);<br>
<br> while ($row = pg_fetch_array($result)) {<br>     <br>     echo &quot;id: &quot; . $row[2] . &quot;&lt;br /&gt;&quot;;<br>     <br>     echo &quot;Coverage_rate: &quot; . $row[1] . &quot;&lt;br /&gt;&quot;;<br>     <br>
     echo &quot;operator: &quot; . $row[0] . &quot;&lt;br /&gt;&quot;;<br> }<br> <br> // free memory<br> pg_free_result($result);<br> <br> // close connection<br> pg_close();<br><br>?&gt;<br><br>dosen&#39;t work any more !! can you help me pleaaaaaaaase <br>
</div>