Click here to Skip to main content
15,880,967 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I tried one installation without success. Can you give me a link to the proper instructions?

What I have tried:

One set of instructions. Found another set quite different.
Posted
Updated 29-May-19 0:19am

The only source I know is PHP: Installation on Windows systems[^].

Could you define 'without success', and tell us how you installled PHP?
 
Share this answer
 
v2
Comments
BobbyStrain 23-May-19 10:58am    
Thank you for your prompt response. The instructions from the source cleared the obstructions. Now I have PHP installed using IIS. Now, what to do now that I have it? I now use HTML, java script and Asp.net web forms. What is PHP best used for?
phil.o 23-May-19 11:10am    
Just follow some tutorials of your choice.
PHP is used to build web applications, server-side.
For example, wikipedia is based on a PHP application called mediawiki; many community-forums are built upon a PHP application called phpbb, etc.
phil.o 23-May-19 11:10am    
Just follow some tutorials of your choice.
PHP is used to build web applications, server-side.
For example, wikipedia is based on a PHP application called mediawiki; many community-forums are built upon a PHP application called phpbb, etc.
 
Share this answer
 
Comments
BobbyStrain 23-May-19 10:59am    
Thank you. I'll take a look.
Another Option (I currently use):

Vertrigo[^] - this is a "WAMP" server.

Window
Apache
MySQL
PHP

 
Share this answer
 
Comments
BobbyStrain 23-May-19 11:01am    
Thanks. I thought I had Apache installed once upon a time. But I don't see it now. What do you use PHP for?
W Balboos, GHB 23-May-19 11:10am    
It's all in that WAMP package - all nicely integrated together (apache for your server, php for it's www folder content.

What flavor of php you have depends upon what version is with the Vertrigo you install. It's complete, as is.

Currently, where I work, that freeware serves about 100K pages/week without a hitch and has done so for years.
W Balboos, GHB 23-May-19 13:37pm    
If any of the solutions answer your question, don't forget to select it an mark the question as answered (and thus allow attention to be given to other questions).
BobbyStrain 26-May-19 17:18pm    
Well, I can't connect to MySql with PHP. MySql was already installed before I added PHP. I'm using IIS10 express. Also tried without success to connect to a server MySql with the same error. I can't find any resolution. Any suggestions?
W Balboos, GHB 28-May-19 7:12am    
There's no reason php cannot connect to pre-installed MySQL - if you have the connection string correct. I connect to MS SQL - totally separate application. Even on totally separate servers. I don't use IIS -

From your writing, it sound like you already have php installed. Is it working as php? Why bother at all with that limited version of IIS when the Vertrigo server is a full implementation of all of its contents? PHP->MySQL is a built-in set of functionality by default.

I would conclude that you can't connect because you have the connection code incorrect or you haven't given yourself access to MySQL.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900