Jump to content

Php script keeps loading...


l4ci

Recommended Posts

Hey guys,

 

Problem: php script keeps loading and i dont know why.

 

What I've done so far is commenting out line-by-line so I found out that the problem is somewhere here:

<div id="wrapper">
<div id="inner">
		<div id="top">
			<?php require 'basic/logo.php';?>	
			<?php require 'basic/header.php';?>
		</div>

 

its not working - keeps loading.

Commenting out the 'required' stuff it works...

 

error_reporting(E_ALL);

is on... what the hell is the problem?!

the files are there in /basic.

 

Just dont know any further!

Link to comment
https://forums.phpfreaks.com/topic/229769-php-script-keeps-loading/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.