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
Switch to threaded view of this topic Create a new topic Submit Reply
how did I wind up with double headers? [message #184562] Sat, 11 January 2014 20:00 Go to next message
richard is currently offline  richard   
Messages: 213
Registered: June 2013
Karma: 0
Senior Member
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?
Re: how did I wind up with double headers? [message #184563 is a reply to message #184562] Sat, 11 January 2014 21:00 Go to previous messageGo to next message
Denis McMahon is currently offline  Denis McMahon
Messages: 634
Registered: September 2010
Karma: 0
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.

No you don't. The error is more fundamental than that. You appear to have
nested a whole html document inside the body section of another html
document.

Please add "I am wholly unable to perceive the magnitude and scope of my
coding fuck ups." to your cv.

> Yet, the original document does not!
> Where in the hell did the extra headers come from?

The error comes from your fucked up code. Beyond that, it really is
impossible to say precisely how you fucked up, although the chances are
quite high that it is in some way a repetition of a previous fuck up.

--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
Re: how did I wind up with double headers? [message #184564 is a reply to message #184562] Sat, 11 January 2014 21:07 Go to previous messageGo to next message
Doug Miller is currently offline  Doug Miller
Messages: 171
Registered: August 2011
Karma: 0
Senior Member
richard <member(at)newsguy(dot)com> wrote in news:1iz6hl98tu34s$.6mf0ex4z93no.dlg@
40tude.net:

> http://mroldies.net/home.php
>
> View the page source.
> You will see I have two sets of headers.

Maybe *you* should view the page source. You have a lot more than that duplicated.

> Yet, the original document does not!

When will you ever learn to validate?
http://validator.w3.org/check?uri=http%3A%2F%2Fmroldies.net%2Fhome.php& charset=%
28detect+automatically%29&doctype=Inline&group=0

> Where in the hell did the extra headers come from?

Probably the same place the *entire*extra*HTML*document* came from... ya think?
This page has two each of darn near everything.
Re: how did I wind up with double headers? [message #184565 is a reply to message #184562] Sat, 11 January 2014 21:07 Go to previous messageGo to next message
Thomas 'PointedEars'  is currently offline  Thomas 'PointedEars'
Messages: 701
Registered: October 2010
Karma: 0
Senior Member
At the risk of feeding a troll… – why isn't my killfile working?

richard wrote:

> http://mroldies.net/home.php
>
> View the page source.
> You will see I have two sets of headers.

Those are not headers, but “head” elements.

> Yet, the original document does not!
> Where in the hell did the extra headers come from?

You have messed up your PHP program again – duplicate includes?

Regarding preserving music from the 1960s: Ever heard of Spotify [1]? Do a
service to humanity – and yourself: what about copyright? –, stop your
project, and learn programming on something a lot more simple; if you can.
TIA.


PointedEars
___________
[1] <http://www.spotify.com/>
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$8300dec7(at)news(dot)demon(dot)co(dot)uk>
Re: how did I wind up with double headers? [message #184566 is a reply to message #184562] Sat, 11 January 2014 21:08 Go to previous messageGo to next message
Doug Miller is currently offline  Doug Miller
Messages: 171
Registered: August 2011
Karma: 0
Senior Member
richard <member(at)newsguy(dot)com> wrote in news:1iz6hl98tu34s$.6mf0ex4z93no.dlg@
40tude.net:

> Where in the hell did the extra headers come from?

How in the hell do you expect anybody to answer that? WE CAN'T SEE YOUR PHP CODE.
Re: how did I wind up with double headers? [message #184567 is a reply to message #184566] Sat, 11 January 2014 22:04 Go to previous messageGo to next message
Beauregard T. Shagnas is currently offline  Beauregard T. Shagnas
Messages: 154
Registered: September 2010
Karma: 0
Senior Member
Doug Miller wrote:

> richard the sto0pid wrote:
>> Where in the hell did the extra headers come from?
>
> How in the hell do you expect anybody to answer that? WE CAN'T SEE YOUR
> PHP CODE.

Prace bets now. His PHP code has a "=" instead of a "==".

[ ] Yes [ ] No

--
-bts
-This space for rent, but the price is high
Re: how did I wind up with double headers? [message #184568 is a reply to message #184567] Sat, 11 January 2014 23:19 Go to previous messageGo to next message
Dave Pyles is currently offline  Dave Pyles
Messages: 7
Registered: October 2011
Karma: 0
Junior Member
On 1/11/2014 5:04 PM, Beauregard T. Shagnasty wrote:
> Doug Miller wrote:
>
>> richard the sto0pid wrote:
>>> Where in the hell did the extra headers come from?
>>
>> How in the hell do you expect anybody to answer that? WE CAN'T SEE YOUR
>> PHP CODE.
>
> Prace bets now. His PHP code has a "=" instead of a "==".
>
> [ ] Yes [ ] No
>

[X] Yes [ ] No

Dave Pyles
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 next message
richard is currently offline  richard   
Messages: 213
Registered: June 2013
Karma: 0
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>
Re: how did I wind up with double headers? [message #184570 is a reply to message #184569] Sun, 12 January 2014 00:20 Go to previous messageGo to next message
Beauregard T. Shagnas is currently offline  Beauregard T. Shagnas
Messages: 154
Registered: September 2010
Karma: 0
Senior Member
richard the sto0pid wrote:

> richard the sto0pid 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";}

If you were smart enough, you would use an if/elseif or a switch command
there, saving processing time. But that's beyond your meager abilities.

> ?>
>
>
> </body>
> </html>

And if you had even a modicum of ability, you would know that each one of
those possible includes *already has* html, head, and body elements.

It's so simple, even a child could understand it.

--
-bts
-This space for rent, but the price is high
Re: how did I wind up with double headers? [message #184571 is a reply to message #184567] Sun, 12 January 2014 00:23 Go to previous messageGo to next message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma: 0
Senior Member
On 1/11/2014 5:04 PM, Beauregard T. Shagnasty wrote:
> Doug Miller wrote:
>
>> richard the sto0pid wrote:
>>> Where in the hell did the extra headers come from?
>>
>> How in the hell do you expect anybody to answer that? WE CAN'T SEE YOUR
>> PHP CODE.
>
> Prace bets now. His PHP code has a "=" instead of a "==".
>
> [ ] Yes [ ] No
>

Sorry, I don't take sucker bets :)

--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex(at)attglobal(dot)net
==================
Re: how did I wind up with double headers? [message #184572 is a reply to message #184567] Sun, 12 January 2014 00:30 Go to previous messageGo to next message
Doug Miller is currently offline  Doug Miller
Messages: 171
Registered: August 2011
Karma: 0
Senior Member
"Beauregard T. Shagnasty" <a(dot)nony(dot)mous(at)example(dot)invalid> wrote in news:lasf5r$60u$1
@dont-email.me:

>
> Prace bets now. His PHP code has a "=" instead of a "==".
>
> [X ] Yes [ ] No
>
Re: how did I wind up with double headers? [message #184573 is a reply to message #184569] Sun, 12 January 2014 00:18 Go to previous messageGo to next message
Thomas 'PointedEars'  is currently offline  Thomas 'PointedEars'
Messages: 701
Registered: October 2010
Karma: 0
Senior Member
richard wrote:

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

Evidently, *you* are the whiner.

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

Remove that empty “style” element.

>
>
>

Why all those empty lines?

> </head>
>
> <body>
>
> <?php
>
> $go=$_GET['a'];
> if(empty($go)){$go=0;}
>
> if ($go==0){include "http://mroldies.net/home1.php";}

(null == 0) and ("" == 0), so if you compare like this (with type juggling),
you can skip the initialization.

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

As you have been told before: This will include whatever PHP *generates*
from these resources, if it parses them on <http://mroldies.net/>. Very
likely you want to use the relative file paths instead of URIs, e. g.
"home1.php".

It is also the worst possible way of selecting content for inclusion.
You could at least have used “switch” or a mapping array.

--
When all you know is jQuery, every problem looks $(olvable).
Re: how did I wind up with double headers? [message #184574 is a reply to message #184569] Sun, 12 January 2014 00:37 Go to previous messageGo to next message
Doug Miller is currently offline  Doug Miller
Messages: 171
Registered: August 2011
Karma: 0
Senior Member
richard <member(at)newsguy(dot)com> wrote in news:g6azku8wa1qg.10do8re9dcoe6$.dlg@
40tude.net:

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

Idiot. The only "whiner" here, RtS, is *you*.

You *still* have not figured out that *you* are the only one who can see your PHP code, and
the only thing visible to the rest of the universe is the HTML that it generates, *not* the script
itself -- which means that if you want us to tell you what's wrong with your PHP code, you
HAVE TO include that code in your post. WE CANNOT SEE IT OTHERWISE.

> <!DOCTYPE html>
[...]
> <body>
> <?php
> $go=$_GET['a'];
> if(empty($go)){$go=0;}
>
> if ($go==0){include "http://mroldies.net/home1.php";}

Aaaaaand there's your problem right there.

Hint: what's in that file that you're including?

> if ($go==1){include "http://mroldies.net/test/index2.php";}
> if ($go==2){include "http://mroldies.net/radio/24hours.php";}
>
>
>
> ?>
>
>
> </body>
> </html>
Re: how did I wind up with double headers? [message #184576 is a reply to message #184562] Sun, 12 January 2014 01:29 Go to previous messageGo to next message
Evan Platt is currently offline  Evan Platt
Messages: 124
Registered: November 2010
Karma: 0
Senior Member
On Sat, 11 Jan 2014 15:00:48 -0500, richard <member(at)newsguy(dot)com>
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?

Obvious.

PRBKAC.
--
To reply via e-mail, remove The Obvious and .invalid from my e-mail address.
Re: how did I wind up with double headers? [message #184582 is a reply to message #184562] Sun, 12 January 2014 03:00 Go to previous message
The Natural Philosoph is currently offline  The Natural Philosoph
Messages: 993
Registered: September 2010
Karma: 0
Senior Member
On 11/01/14 20:00, 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?
>
probably you included something richard.

But knowing you, it could be almost anything.

--
Ineptocracy

(in-ep-toc’-ra-cy) – a system of government where the least capable to
lead are elected by the least capable of producing, and where the
members of society least likely to sustain themselves or succeed, are
rewarded with goods and services paid for by the confiscated wealth of a
diminishing number of producers.
  Switch to threaded view of this topic Create a new topic Submit Reply
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 09:49:04 GMT 2024

Total time taken to generate the page: 0.02793 seconds