Code: Select all
$dbi->query($sql_line)1) What is the "->" operator? I can't find any reference to it except that it is used in Perl.
2) Is this statement querying the database? Why not use the standard php statements for querying the database?
My apologizes if my questions sounds basic. Thanks in advance for the help!