hello there... regarding the declaration of an external variable inside a php class.. it is not working with me... for example :
class name
{
public $name = $_POST["name"];
}
i get an error... i tried using : var , protected, private.. but nothing is working... so ?