php 4.3.4

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Geoff

    php 4.3.4

    I am running php in Apache on Windows98SE PC

    I have been using php version 4.3.3 and everything worked OK except the
    mcrypt function didn't work.
    Because of this, I upgraded to version 4.3.4 and mcrypt now works OK but my
    hyperlinks to other pages no longer work. It simply jumps back to the same
    page.
    The page number in the address bar changes, e.g /index.php?page= 3 changes
    to:- /index.php?page= 5 but the displayed page is still the same.

    If I go back to using version 4.3.3 again, all is OK.
    Did I miss something when I installed 4.3.4?

    Thanks for any help.

    Geoff.



  • Alvaro G Vicario

    #2
    Re: php 4.3.4

    *** Geoff wrote/escribió (Fri, 12 Dec 2003 10:45:50 -0000):[color=blue]
    > The page number in the address bar changes, e.g /index.php?page= 3 changes
    > to:- /index.php?page= 5 but the displayed page is still the same.
    >
    > If I go back to using version 4.3.3 again, all is OK.
    > Did I miss something when I installed 4.3.4?[/color]

    How do you handle the page value, $_GET['page'] or $page? If it's the
    latest, you probably have auto register_global s set to off in new version.
    Check that in php.ini file.


    --
    --
    -- Álvaro G. Vicario - Burgos, Spain
    --

    Comment

    • Geoff

      #3
      Re: php 4.3.4

      Yes! That solved the problem.

      Many thanks for your help.

      Geoff.


      "Alvaro G Vicario" <alvaro_QUITAR_ REMOVE@telecomp uteronline.com> wrote in
      message news:infc28bcwu ei$.kqqlx0gqk2u 6.dlg@40tude.ne t...[color=blue]
      > *** Geoff wrote/escribió (Fri, 12 Dec 2003 10:45:50 -0000):[color=green]
      > > The page number in the address bar changes, e.g /index.php?page= 3[/color][/color]
      changes[color=blue][color=green]
      > > to:- /index.php?page= 5 but the displayed page is still the same.
      > >
      > > If I go back to using version 4.3.3 again, all is OK.
      > > Did I miss something when I installed 4.3.4?[/color]
      >
      > How do you handle the page value, $_GET['page'] or $page? If it's the
      > latest, you probably have auto register_global s set to off in new version.
      > Check that in php.ini file.
      >
      >
      > --
      > --
      > -- Álvaro G. Vicario - Burgos, Spain
      > --[/color]


      Comment

      Working...