• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

PHP Variables

W

welch

Guest
I try and use php variables in the url:

EX:
index.php?page=services&type=windows

It does not pick up on the last type=windows. Like the PHP configuration or IIS will only pick up one? Does anyone know a fix or work around

IIS 5.0
Plesk 6.5.2
 
Originally posted by welch
I try and use php variables in the url:

EX:
index.php?page=services&type=windows

It does not pick up on the last type=windows. Like the PHP configuration or IIS will only pick up one? Does anyone know a fix or work around

IIS 5.0
Plesk 6.5.2
I've had no issues using PHP out of the box, with IIS 6.0 though. By default register globals is off, however you page variable wouldn't have gotten picked up either.
 
Back
Top