• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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