php on Windows

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
smoletar
Forum Newbie
Posts: 3
Joined: Wed Mar 04, 2009 4:25 am

php on Windows

Post by smoletar »

Hi Guys

I am very new to php. I have a dev environment on a linux machine but would also like one on my windows machine. I can't seem to connect to mysql. Any suggestions?

Thanks
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: php on Windows

Post by requinix »

- A MySQL server has to be running.
- You have to have installed some PHP extension like mysql or mysqli.
Post Reply