Help for this page

Select Code to Download


  1. or download this
        $db->prepare( "select $column from ..." );
    
  2. or download this
        $db->prepare( join( ' ', "select", $db->quote_identifier($column),
    + "from ..." ) );