Search found 2 matches

by srikanta
Mon Feb 27, 2006 11:43 am
Forum: PHP - Code
Topic: PHP Access Violation
Replies: 3
Views: 990

PHP Access Violation

This error doesn't show up all the time. Whenever it(error) shows up if I refresh then the page displays fine. So I don't think anything wrong with my php code. here is the code i have for a file logout.php session_start(); $_SESSION = array(); session_destroy(); echo '<script language="JavaScr...
by srikanta
Mon Feb 27, 2006 10:08 am
Forum: PHP - Code
Topic: PHP Access Violation
Replies: 3
Views: 990

PHP Access Violation

I am getting this error PHP has encountered an Access Violation at 7C82FA21 when ever I am trying to access a php page. Please help.