Date: 09/28/01
- Next message: Steve Meyers: "[PHP-DEV] Re: Array merge changes VALUE of keys, never mind the type"
- Previous message: kelly.shih <email protected>: "[PHP-DEV] Bug #13488: Project Due now and having PHP has encountered an Access Violation at 01A6649C"
- Next in thread: mfischer <email protected>: "[PHP-DEV] Bug #13489 Updated: Project Due now and having PHP has encountered an Access Violation at 01A6649C"
- Reply: mfischer <email protected>: "[PHP-DEV] Bug #13489 Updated: Project Due now and having PHP has encountered an Access Violation at 01A6649C"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kelly.shih <email protected>
Operating system:
PHP version: 4.0.6
PHP Bug Type: PHP options/info functions
Bug description: Project Due now and having PHP has encountered an Access Violation at 01A6649C
Sir,
I am using php4.06 on IIS5(win2000).
I am having PHP has encountered an Access Violation at 01A6649C message
recently.
Enclosed my php file, each php html page will be display by includes 5
other different php files. (such like header, tail, menu bar, search)
Is there any limitation about include files? Is that why I am keeping have
violation message?
If I press Ctrl+R more than 5 times than the page will show up again. but I
don't think our customer will accept it.
I am really need your help because we are going to deliver our project next
week.
thank you very much !!
========================================
<?php
session_start();
$MY_PAGE_CRT=$PHP_SELF;
?>
<html>
<head>
<title> Reference Service </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
-->
</style>
<link rel="stylesheet" href="WebStyle.css" type="text/css">
<body bgcolor="#FFFFFF" text="#000000" >
<table width="100%">
<tr>
<td height="8" valign="top">
<?require('tpl_head.php');
if ($PASS_AUTH =="N")
{
exit;
}
?>
</tr>
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td width="120" valign="top" align="left" height="10">
<div align="center">
<table width="120" border="0" cellpadding="3"
cellspacing="0">
<tr><td valign="top"><? include("tpl_quicksearch.php");
?></td></tr>
<tr>
<td valign="top">
<? require('tpl_left_tbl.php') ; ?>
</td>
</tr>
</table>
</div>
</td>
<td width="10" valign="top" align="left" height=300><img
src="images/horz_line.gif" width="1" height="100%"></td>
<td valign="top"> <p align="center"> <?
include('group_view_stage.php'); ?> </p>
</table>
</td></tr>
<tr><td><? include('tpl_tail.php'); ?> </td></tr>
</table>
</body>
</html>
-- Edit bug report at: http://bugs.php.net/?id=13489&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Steve Meyers: "[PHP-DEV] Re: Array merge changes VALUE of keys, never mind the type"
- Previous message: kelly.shih <email protected>: "[PHP-DEV] Bug #13488: Project Due now and having PHP has encountered an Access Violation at 01A6649C"
- Next in thread: mfischer <email protected>: "[PHP-DEV] Bug #13489 Updated: Project Due now and having PHP has encountered an Access Violation at 01A6649C"
- Reply: mfischer <email protected>: "[PHP-DEV] Bug #13489 Updated: Project Due now and having PHP has encountered an Access Violation at 01A6649C"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

