1 2 3 4 5 6
if( connect_successful() ){ $var .= $output; } else{ print "Konnte keine Verbindung herstellen"; }