At 17:09 03.03.2001, Randy Johnson said:
--------------------[snip]--------------------
>Is there anyway to convert a string to a variable
>
>example
>
>$str="monday";
>
>I would like to then do this:
>
>$monday="blah";
--------------------[snip]--------------------
RTFM ;->
$$str = "blah";
print $monday;
...ebird
>O Ernest E. Vogelsinger
(\) http://www.1-at-web.at/
^ ICQ# 13394035
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] passing variables george
- Re: [PHP] passing variables Michael Hall
- Re: [PHP] passing variables george
- Re: [PHP] passing variables Ernest E Vogelsinger
- Re: [PHP] passing variables Ben Weinberger
- Re: [PHP] passing variables george
- Re: [PHP] passing variables Ben Weinberger
- Re: [PHP] passing varia... george
- [PHP] Converting String to ... Randy Johnson
- RE: [PHP] Converting St... Ernest E Vogelsinger
- RE: [PHP] Converting St... Randy Johnson
- RE: [PHP] Converting St... John Meyer
- [PHP] Page not found er... Randy Johnson
- Re: [PHP] Page not foun... Lewis Bergman
- Re: [PHP] Converting St... Chris Adams
- Re: [PHP] passing variables Terry Romine
- Re: [PHP] passing variables Michael Hall
- [PHP] passing variables george
- RE: [PHP] passing variables Hoover, Josh
- [PHP] passing variables Adam

