Hello everybody!
I am starting to work with php, and i am not an expert. but i had problems with phpmyadmin.
I was told that was a problem of compatibility with my operatve system (windows 7). i tried to use virtual PC, but my machine didn“t like it.
so i asked again, and i was told about sqlyog, a new interface to mysql wich works at win 7.
my new problem is how to connect my easyphp server!
i tried with things like this:
$link=@mysql_connect("localhost","","")or die(mysql_error());
@mysql_select_db("prueba",$link)or die(mysql_error());
but does not work. I don`t know if this is a new problem of compatibility or if i am doing something wrong.
is anybody working with windows 7 with no problem?? could you tell me how??
thank you so much from spain!!