Posted by J2be on 03/19/06 08:55
"Stevo" <email@address.com> wrote in message
news:L45Tf.10053$dy4.1883@news-server.bigpond.net.au...
> Hi,
........
>
> index.php?variable=this
> On the new hosting account I can no longer send variables in this way.
> By accessing the file: "index.php?variable=this"
> the server will only see it as "index.php"
>
> Does anyone know the reason for this problem? Does it suggest that php has
> not been conrrectly setup on my new host ?
>
>
Depends on what have you done to check what you are talking about.
Maybe the problem is not related to the server but to the code that you are
writing.
It Could be that you are on a server with register_globals set to off
and your code is trying to use $variable to have the value passed with
variable
while you should use $_GET['variable'].
Until you don't give more informations it could be difficult to give you a
precise reply.
Regards.
--
Leonardo Armando Iarrusso - J2Be
www: http://www.J2be.com - e-mail: info[at]J2Be.com
Navigation:
[Reply to this message]
|