<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'autres traductions" class="hps">The</span> <span title="Cliquer ici pour voir d'autres traductions" class="hps">following code</span> <span title="Cliquer ici pour voir d'autres traductions" class="hps">works</span> <span title="Cliquer ici pour voir d'autres traductions" class="hps">very</span> <span title="Cliquer ici pour voir d'autres traductions" class="hps">well</span><span title="Cliquer ici pour voir d'autres traductions" class="hps"></span><span title="Cliquer ici pour voir d'autres traductions" class="hps"></span><span title="Cliquer ici pour voir d'autres traductions" class="hps"></span> <span title="Cliquer ici pour voir d'autres traductions" class="hps">with the</span> <span title="Cliquer ici pour voir d'autres traductions" class="hps">mapserver</span> <span title="Cliquer ici pour voir d'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><?<br>$con = pg_connect("host=localhost port=5432 dbname=Farouk user=postgres password=webmapping");<br><br>$result = pg_query($con, 'select * from chart');<br>
<br> while ($row = pg_fetch_array($result)) {<br> <br> echo "id: " . $row[2] . "<br />";<br> <br> echo "Coverage_rate: " . $row[1] . "<br />";<br> <br>
echo "operator: " . $row[0] . "<br />";<br> }<br> <br> // free memory<br> pg_free_result($result);<br> <br> // close connection<br> pg_close();<br><br>?><br><br>dosen't work any more !! can you help me pleaaaaaaaase <br>
</div>