Connecting Tech Pros Worldwide Help | Site Map

php 4.3.4

  #1  
Old July 17th, 2005, 02:37 AM
Geoff
Guest
 
Posts: n/a
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.



  #2  
Old July 17th, 2005, 02:37 AM
Alvaro G Vicario
Guest
 
Posts: n/a

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
--
  #3  
Old July 17th, 2005, 02:37 AM
Geoff
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
php-5.2.5 compile error with xmlrpc Benjamin Grieshaber answers 0 December 4th, 2007 12:35 PM
error while doing 'make' in php-5.2.1 tsivaraman@gmail.com answers 0 February 12th, 2007 03:35 PM
php extensions and windows... specifically extension_dir Chris Paul answers 3 December 5th, 2005 12:45 AM
using php to populate a <ul Japhy answers 4 October 4th, 2005 07:05 PM
why can't i reach www.php.net? lawrence answers 3 July 17th, 2005 12:50 AM