I realise I may end up confusing things but I might as well chip in. Feel free to dismiss what I write because I haven't worked with PHP directly in a few years.
Quote:
Originally Posted by py2006
According to w3schools I need to install php, mysql and apache.
|
Strictly speaking you don't need Apache, you can run PHP and MySQL on IIS which might be easier if you're used to that. Having said that, most tutorials and documentation will assume you're running Apache and some stuff, like mod_rewrite, doesn't have a direct equivalent in IIS. Basically stick to one stop shops like the aforementioned XAMP or the one I used,
WAMP unless you've got a good reason to use IIS

.
Quote:
|
Originally Posted by py2006
But if I am working off my home pc to learn do I not need a separate computer to act as the server?
|
Nope, your home PC can function as both at the same time.
Quote:
|
Originally Posted by py2006
I know there is software out there that automatically installs all 3 onto your pc and acts as a virtual server (is that right). However, I did attempt that a year or so ago and it was most confusing.
|
Installing XAMP or WAMP or even all three packages manually can be quite daunting but it's a useful learning exercise. Once you get stuff working make notes so that if/when you repeat the process you will know what to do.
Quote:
Originally Posted by py2006
I presume it will work in conjunction with Dreamweaver as well? I have never used dreamweaver for dynamic sites before.
|
If there's no specific reason for you to use Dreamweaver, I'd start out with a simple text editor otherwise you're going to be learning Dreamweaver on top of the stuff you're actually trying to learn which could complicate things.