I've installed php and mysql on my laptop using apache as a locahost, but now i need to install them on my works computer so i can use the live databases.

Can anyone tell me how to install php and mysql on sequel server?

thanks

    Erm... sequel (aka SQL server) doesn't have a webserver built in. You will have to install a webserver to be able to use PHP.

    Also, why (when you have been using MySQL) do you want to use SQL server? They both do pretty much the same thing (although, if you are expecting one hell of a lot of data, then SQL server would probably be better).

      Well, since you're running SQL server. that would imply that you are running windows NT/2k, so you could alwasy just install IIS instead.

        Write a Reply...