Running a PHP file
Hi everyone, I am new to this environment and so I am probably asking the most basic question there is. I've downloaded the 30 day trial of VSPHP. I am trying to build an application by using a very small PHP file that was provided to me. Unfortunately, the app is not generating the correct value. I am not sure if I need anything else running (i.e. Apache) besides VSPHP. For testing, I've changed the name of a few of the generic functions and it errors out, which is what I would expect it to do. So, I feel like I have everything to test this with but I am not sure why it's giving me the wrong value. There is always the possiblity the PHP file doesn't work in the first place, but it was given to me as something that did.
My question is, do I need any other programs up and running to test a PHP file generated in VSPHP, other than Visual Studio?
Thank you in advance.


VS.Php comes with everything
VS.Php comes with everything you need to run Php files including both Php4 and Php5 runtime.
Thank you for your help. I
Thank you for your help. I found out this morning it was the php file that was supplied to me.