Each time I open a php page for the first time in a browser window, I
recieve PHP has encountered an Access Violation at 01C973CD. It doesn't keep
me from doing anything, just shows a violation then continues on. Does
anyone have any suggestions on what to do? Everything is running on a Win
2k3 IIS
Bogdan Ribic wrote:
Hello everyone
I have a strange problem with freshly installed php5, 5.0 final. I
did some web searching and found out how to get php_mysql.dll loaded
into php - I needed to copy libmysql do windows\system32 and uncomment
extension=php_mysql.dll
i think you need to add "extens
header ("Location: /some_url.php\n\n");
// \n\n included cos I read it in the manual years ago
You can always use meta tag refresh. On one occasion, redirecting from
headers didn't work for me on one page and worked on another, although I
used (or rather included) same code on both places, and i
I'm trying to get up and running using the pspell functions on Windows.
It seems everything is installed OK. I can use aspell from the Windows
command prompt fine. PHP thinks the pspell module is loaded OK.
However, when I try to execute the pspell_new function I get the
following: -
"Warning:
Forgot to add, I have php5 in c:\php5 and php4 installed in c:\php4,
could that cause problems? I configure IIS properly, but could other
installation cause problems?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello everyone
I have a strange problem with freshly installed php5, 5.0 final. I
did some web searching and found out how to get php_mysql.dll loaded
into php - I needed to copy libmysql do windows\system32 and uncomment
extension=php_mysql.dll
But whenever I try to connect to local mysql ser