Head out to
http://www.countryshowdown.com/app/view_contestants.php?id=58382. No biggie, just the mobile version of the countryshowdown.com page.
I've got dilemma, however, and I'm at a loss as to why it's happening.
I need to swap out the header on this page with something else that will allow for a little drop down animation that alerts the user to the possibility of adding the page to their mobile device as an icon. The script works great and I can put it in the header where it belongs without any issue, but...
I don't want this script to run on any other page beside the view_contestants.php page. Yet, when I change the code from require_once('header.php')
to require_once('header_scrip
t.php') only a portion of the page is shown and I don't understand why or how to fix it.
For the sake of trying to eliminate problems, I kept the two files - header.php and header_script.php exactly the same. But when you go to
http://www.countryshowdown.com/app/view_contestants_1.php?id=58382, you'll see that only half the content is displayed. Why and how do I fix it?
ASKER
And I was kind of hoping you could tell me why there's a repetition. Lines 1-275 are repeated. Yet the only difference in the two pages is in one instance I'm calling require once('header.php') and the other page I'm saying require('header_script.php
And just for grins, in case I'm missing something obvious, here are the two "headers:"