Hi,
I was using php with Mysql database for a while. then I had to change into MSSQL. I tried to add the extension of mssql to my php.ini file but it didn't work . so I downloaded a new version of php.ini and added a new folder php4 to C:/ and it works.
the problem is when I insert any (non-english data)it turns to rubbish.(I'm sure that I'm using the correct codepage).
plus almost every time I close my computer I get the message (with title :Apache.exe):
memory refrance at (some address) could not be written.
I think the problem is with my server.
I think that I should change some of my server configration to make it point to the new folder php4 I just created to make MSSQL work , but I don't know where to change this. could you please help me?
thank you