Jump to content

Recommended Posts

Hey I tried finding this on google but I can't and I've been stuck for about 6 days.

 

I have a whitespace which looks like a TAB characters, and 2 lines above my <!DOCTYPE>. It is creating a visible gap on the actual page.

 

1. I have an included file:

require_once(ctrl.fun.'session.php');

* If I remove that string, the white space goes away.

 

2. Inside session.php is this:

<?php
session_start();
if (!isset($_SESSION['userLogged']) && !isset($_SESSION['userID'])) {
header('location: login.php');
exit;
}
?>

* Contrary, If I remove the code above from session.php, the white space still stays.

 

I am not sure what the cause of this is. I am using Smarty Template Engine if that makes a difference, which doesn't seem to be the case here.

Link to comment
https://forums.phpfreaks.com/topic/158678-solved-page-has-whitespace-at-the-top/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.