PHP Install
-
I am brand new to PHP and i am trying to figure out how to get it to find all its dll. I have tired to modify the ini file telling it were to find the dll with the extension_dir command but still nothing. When i went to uninstall and reinstall i came accross bigger problems with the dll, the code wouldnt compile. All i am trying to do is set it up to connect to mySQL on my machine as well as DBase. If anyone could give me any kind of information or maybe places were i could go look to find stuff out that would be much appreciated.
-
I am brand new to PHP and i am trying to figure out how to get it to find all its dll. I have tired to modify the ini file telling it were to find the dll with the extension_dir command but still nothing. When i went to uninstall and reinstall i came accross bigger problems with the dll, the code wouldnt compile. All i am trying to do is set it up to connect to mySQL on my machine as well as DBase. If anyone could give me any kind of information or maybe places were i could go look to find stuff out that would be much appreciated.
Better use XAMPP bundle which has php, mysql, apache and perl. Every will be ready in just on click install. the document root will be htdocs inside xampp which will be the root folder of this install. then open xamppcontrol.exe. start apache and mysql. open the browser. type http://localhost and select english. click phpmyadmin to create databases and tables. you can enable disable options in php.ini which will be present in the apache folder. and ... enjoy...
Today's Beautiful Moments are Tomorrow's Beautiful Memories
-
I am brand new to PHP and i am trying to figure out how to get it to find all its dll. I have tired to modify the ini file telling it were to find the dll with the extension_dir command but still nothing. When i went to uninstall and reinstall i came accross bigger problems with the dll, the code wouldnt compile. All i am trying to do is set it up to connect to mySQL on my machine as well as DBase. If anyone could give me any kind of information or maybe places were i could go look to find stuff out that would be much appreciated.
http://www.apachefriends.org/en/xampp-windows.html[^] http://en.wikipedia.org/wiki/XAMPP[^]
Today's Beautiful Moments are Tomorrow's Beautiful Memories
-
I am brand new to PHP and i am trying to figure out how to get it to find all its dll. I have tired to modify the ini file telling it were to find the dll with the extension_dir command but still nothing. When i went to uninstall and reinstall i came accross bigger problems with the dll, the code wouldnt compile. All i am trying to do is set it up to connect to mySQL on my machine as well as DBase. If anyone could give me any kind of information or maybe places were i could go look to find stuff out that would be much appreciated.