Putting more than one variable into a sql statement
        Posted  
        
            by Luke
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Luke
        
        
        
        Published on 2010-06-02T23:21:26Z
        Indexed on 
            2010/06/02
            23:24 UTC
        
        
        Read the original article
        Hit count: 218
        
php
I have constructed the following -
`$format_$game_$name_$season`
4 variables with underscores between. Should this work, or will it act as one variable?
THankyou
© Stack Overflow or respective owner