Posted by Geoff Berrow on 01/12/06 16:33
Message-ID: <v0ccs1pmg5a4temr3g2gtes0nf1p708p81@4ax.com> from Christian
Aastorp <> contained the following:
>Any clues? Is there any directives I can put in my files to force php
>4 execution?
At a guess, it sounds like a register globals problem. Register globals
is off in newer versions of PHP.
Where you have a menu item like this
http://www.widenoja-design.no/index.php?CAT=tjenester is your script
accessing the choice by looking for $CAT ? If so you need to change
that to $_GET['CAT'] or $_REQUEST['CAT']
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
[Back to original message]
|