I have win32 Apache and PHP running great. I installed Mysql but don't have a clue as to how to integrate Mysql with PHP and Apache on this machine. Any help or URLs? Thanks much for any help.
bob if you install the base instalation of the mysql you don't need change nothing in your system. but use tha basic instalation.
obs. go to the mysql\bin directory to work in msdos mode to connect and edit , create etc
c:\mysql\bin>mysql
That was a good suggestion for working in Mysql. Now I can see the results of commands. What do I have to do to integrate PHP and Mysql with Apache so they work together? Sorry for the dumb newbie questions but that is what I am.
You can find a manual of Mysql after installing Mysql. In it you will find Mysql PHP API. Now PHP is compiled with build-in Mysql support. So you can find some useful tips in the PHP manual which can be downloaded from http://www.php.net/docs.php. In that manual "LV. MySQL Functions" part you will find a lot of functions concerning Mysql and some samples. Enjoy it.