View Single Post
  #18 (permalink)  
Old 02-14-07, 11:38
filzr filzr is offline
Registered User
 
Join Date: Feb 2007
Posts: 1
Greetings all. I am new to using PHP and have successfully installed php and apache, this means of course that the two work with simple things like phpinfo() and other short php scripts. My problem comes when, like most the others here, I try to set up mysql. I have copied .dll files to all sorts of folders, uncommented lines and it still isnt working. There are however two things that I have noticed.
1. the ext folder that everyone is referring to did not install with the php installer i used. I ended up just creating an empty file called ext which of course didnt work
2. in my phpinfo() script i find no occurance of MySql, not even in the path that is listed, but under set path on a command line i do see it there.

Any help would be greatly appreciated.
Reply With Quote