Mailinglisten-Archive |
Hi Niels,
Niels Runge schrieb:
>><?php
>>Header('Content-type: text/plain');
>>$_POST = array('testvar' => 1234);
>>class test {
>> function show() {
>> $POST = $_POST;
>> $transmit_method='POST';
>> print_r($$transmit_method);
>> }
>>}
>>$test = new test();
>>$test->show();
>>?>
>>
>>
>
>folgendes ist wohl sinnvoller ->
>
> function show() {
> $transmit_method='POST';
> print_r($GLOBALS['_'.$transmit_method]);
> }
>
>
Dank Dir! Das wirds dann wohl werden!
Danke an alle!
LG,
Andy
php::bar PHP Wiki - Listenarchive