![]() Join Up! 96823 members and counting! |
|
|||
php3-list | 199908
Date: 08/31/99
I am working on my first PHP project right now, and am having trouble
The main problem / question is that I know that you can use variable
class foo{
and then in another spot in the code, I have a certain variable... for this
$list = "Whatever";
then the trouble spot:
${$list} = new foo;
I get a parse error on the second line of that... I would expect that if it
Btw, I am pretty sleepy right now, so I'm not sure that makes much sense...
Thanks in Advance.
Sam Turner
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
|