[PHP] Re: Generating variable names 'on the fly'

2001-09-21 Thread _lallous
you can always use eval to create a variable too! "Neil Freeman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi there, > > How do I generate variable names 'on the fly'? I wish to have variable > names along the lines of $genre_category_1, $genre_category

[PHP] Re: Generating variable names 'on the fly'

2001-09-20 Thread Charlie Killian
Neil, look under variable variables in the php manual. They're what you need: http://www.php.net/manual/en/language.variables.variable.php Charlie "Neil Freeman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi there, > > How do I generate variable names 'o