Hi, I have install Uwamp server on my windows7 OS. This software is beautiful and easy to use and include php 5.3+apache+mysql. The same problems hope on xampp and easyphp.
But I have this script. This script work fine on webhosting, but on Uwamp not working.
Why?
<?php
include("connect.php");
$result = mysql_query("SELECT me_id FROM ms_etichette ORDER BY me_descrizione asc");
$rows=mysql_fetch_array($result);
?>
<?=$rows['me_id']; ?>
Thanks