FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » how did I wind up with double headers?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: how did I wind up with double headers? [message #184569 is a reply to message #184562] Sat, 11 January 2014 23:18 Go to previous messageGo to previous message
richard is currently offline  richard   
Messages: 213
Registered: June 2013
Karma:
Senior Member
On Sat, 11 Jan 2014 15:00:48 -0500, richard wrote:

> http://mroldies.net/home.php
>
> View the page source.
> You will see I have two sets of headers.
> Yet, the original document does not!
> Where in the hell did the extra headers come from?

For you whiners that insist, here's the damn whole page with code.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mr Oldies Preserving Rock and Roll Forever!</title>

<style>

</style>




</head>

<body>

<?php

$go=$_GET['a'];
if(empty($go)){$go=0;}

if ($go==0){include "http://mroldies.net/home1.php";}
if ($go==1){include "http://mroldies.net/test/index2.php";}
if ($go==2){include "http://mroldies.net/radio/24hours.php";}



?>


</body>
</html>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: json testing suggestions
Next Topic: signed int64 pack/unpack
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 07:02:36 GMT 2024

Total time taken to generate the page: 0.05236 seconds