apg1985:Learning the asp first has given me a understanding for server side code so now when i look at PHP i have a understanding for what is going on which is good. I think that if someone is going to learn Server side code they should start with asp.net and use the VWD program because its brilliant, easy to understand shed loads of resources and everything is built into it. I have downloaded Zend for PHP but its not great.
I think you are actually misunderstanding a very important point here. PHP is an interpreter, and ASP.net code needs to be compiled. There is a BIG difference. PHP5 is OOP so you can use the same OOP patterns as in .NET, but the code is still being interpreted which is fundamentally different that Adding references, dlls into /bin, then compiling.
apg1985:
I came across this schema called VS.PHP for Visual Studio. But i only have Visual Web Developer (the free one) but VS.PHP doesnt work with it, it only works with the paid one.
Has anyone got any ideas how i could write PHP in visual web developer, is there any software out there or plugins which i can connect to VWD???
You don't want to use VWD (or anything MS) with PHP. You could, but why? PHP is an open-source product, not MS one. There is no benefit in it, aside from text highlighting, and that you could find in a majority of free text editors.
Here is how to set-up PHP in 30 mins:
- Download XAMPP (PHP, APache, MySQL)
- Download Crimson (or Nodepad++, or JEdit) or any other free text editor, you could even use Notepad
you are good to go.