an issue with MySQL query
        Posted  
        
            by Sachindra
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sachindra
        
        
        
        Published on 2010-04-02T16:23:49Z
        Indexed on 
            2010/04/02
            16:33 UTC
        
        
        Read the original article
        Hit count: 274
        
mysql-query
There is a weird code here that I need to make work.. can you please help me correct it .
mysql_query("insert into table(column) values('$var[0]'));
        © Stack Overflow or respective owner