Hi, Is there an easy way to check whether the MySql server on my pc (localhost) is working. Because I can´t seem to access my databases. When i try accessing it using php code I just see the text I used, but the code is not interpreted. Greetz Smetten
What do you mean see only the text you used and the code is not interpreted? It seems like a problem in php and mysql
sounds like the php parser wasn't functioning on the server side. i've seen it happen - the php will just display as text (Read: YIKES!) if the parser isnt on, it might as well be a .txt file