I am running windows ME and code with PHP lots, but some built-in functions aren't working. I think this is due to the location of my .dll files. they are currently in C:\Windows\System32 but I ahve another directory that could be the on that is C:\Windows\System but when I move the dll files one is already there, presumably in use by another program.Some functions wok, like show_source(), but include() does not. I know there is not a problem in my code as I have read numerous books and testeed there scripts, but alas no result.
I plan on switching to Linux when I get a new PC (SUSE 9.0 when it comes out) so that may solve the problem, but i don't have the time to postpone my code until then.
Please help!