Hi. I'm using WAMPSERVER2 to run school projects on my computer, and all the .php files run fine while in the standard /www folder.
However, when I have mysql_ commands in the php file, it doesn't work correctly.
I'm not quite sure how to go about configuring it so that mysql will be recognized and run in the command console by default when I open up a .php with mysql in the /www folder.
I've previously created tables and databases in the command console itself, and it's outputted correctly. (I also don't have any idea which directory the tables were stored...?)
Sorry if that wasn't put in the best words, but I think those familiar with WAMPSERVER will understand what I'm saying. Thanks!