i have a page and when a i do
$query="UPDATE users set email='$email', password='$password' where id='$id'";
and then mysql_query($query);
this works for apache&mysql in windows but i tested in a machine apache&mysql in linux and the page doesnt update
what do i have to do something to get compatiblity???