I thought that I'd try php / mysql on windows 2000. I am running php
5.0.0 and it works fine, except when I try to use mysql functions. I
get:
Fatal error: Call to undefined function mysql_connect() in ...
The documentation is unclear to me. It says that mysql support is now
built in, but it doesn't work. Google searches say that it's not (yet)
built in as of a year ago. Some say that you need to compile it
yourself. I looked into compiling it, but there are a lot of .dsw file
and I'm not sure which one need to be compiled, plus when I did try to
compile one of them, I got an error message about missing header files
and missing .dsp files.
So, can you or can you not use mysql fuctions with the windows binary
distribution of 5.0.0? There is a lot of conflicting information out
there.
thanks,
Wilfred
5.0.0 and it works fine, except when I try to use mysql functions. I
get:
Fatal error: Call to undefined function mysql_connect() in ...
The documentation is unclear to me. It says that mysql support is now
built in, but it doesn't work. Google searches say that it's not (yet)
built in as of a year ago. Some say that you need to compile it
yourself. I looked into compiling it, but there are a lot of .dsw file
and I'm not sure which one need to be compiled, plus when I did try to
compile one of them, I got an error message about missing header files
and missing .dsp files.
So, can you or can you not use mysql fuctions with the windows binary
distribution of 5.0.0? There is a lot of conflicting information out
there.
thanks,
Wilfred
Comment