PHP has encountered an Access Violation at 0173BAEE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
decker27
Forum Newbie
Posts: 3
Joined: Fri Oct 06, 2006 3:19 am

PHP has encountered an Access Violation at 0173BAEE

Post by decker27 »

I have taken the jump from developing in ASP to developing in PHP and have hit my first major hurdle.
I am running PHP Version 5.2.9-2 on Windows IIS 5.1
My problem is that when ever I link from 1 page to another whilst passing a querystring I get the following error:
PHP has encountered an Access Violation at 0173BAEE
For example user.php?id=1 throws up that error where user.php does not, and it does not seem to make a difference whether there is any code on the user.php page to capture the contents of id.

Any ideas
Post Reply