Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Solved] Page Source Problem

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #30158
    thisishard
    Member

    This is really strange, I have created a small little demo to help explain my problem.

    I have a page,

    meta data stuff, title, style links etc.


    $viewPage = "one";

    //Switch statement goes here and either changes $viewPage or leaves it alone/

    ?>



    The person who views the page always views the “one” page first and then the page is refreshed and the ‘switch statement’ changes the value to display a different page. This is all working perfectly. BUT after the refresh and the page displays different content, if i right click and view source, the page source has the code from the previous page, the “one” page???? Doesnt make any sence, normally I wouldnt mind, but it stops all of the ‘a’ tags from working that are in the new content.
    ANyone know how to fix this???

    Many Thanks
    Chris

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.