Jump to content

[SOLVED] Loop through url variables as a structure


mjahkoh

Recommended Posts

Thanks Lemon, but everything has to be dynamic. am changing my code from Coldfusion.Am almost there.

I got this and works but HTTP_GET_VARS is depracated. help me change it

 

Begin Code

 

while(list($key, $value) = each($HTTP_GET_VARS))

{

echo "$key = $value(br)";

}

 

End code

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.