No, that's not the point yet. -----Mensagem original----- De: Robert Stankiewicz [mailto:roberts@xxxxxxxxxxxxx] Enviada em: quinta-feira, 22 de janeiro de 2009 10:49 Para: Jônatas Zechim; php-general@xxxxxxxxxxxxx Assunto: Re: Create $var with some function > function createvar($var) { > ${$var} = 'foo'; > global ${$var}; > //or global $$var, i don't know it yet. > } > This should work. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php