Connecting Tech Pros Worldwide Help | Site Map

php 4.3.4

Geoff
Guest
 
Posts: n/a
#1: Jul 17 '05
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
Guest
 
Posts: n/a
#2: Jul 17 '05

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_globals set to off in new version.
Check that in php.ini file.


--
--
-- Álvaro G. Vicario - Burgos, Spain
--
Geoff
Guest
 
Posts: n/a
#3: Jul 17 '05

re: php 4.3.4


Yes! That solved the problem.

Many thanks for your help.

Geoff.


"Alvaro G Vicario" <alvaro_QUITAR_REMOVE@telecomputeronline.com> wrote in
message news:infc28bcwuei$.kqqlx0gqk2u6.dlg@40tude.net...[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_globals set to off in new version.
> Check that in php.ini file.
>
>
> --
> --
> -- Álvaro G. Vicario - Burgos, Spain
> --[/color]


Closed Thread