Thread SSH Script zur Massenabfrage: kein fehler, kein log, na supi...
(20 answers)
Opened by FlorianL at 2007-06-13 13:26
und noch etwas, wie kann ich die ouput zeile weiter anpassen, bzw. was hindert mich daran?
$output = ($server . '<br />' . ssh_connect($server, $command)); <- so isses my $table = "<table bla>"; $output = ($table $server . '<br />' . ssh_connect($server, $command)); funzt aber nicht, warum? was bewirken die punkte genau? (ist ziemlich schwer die zu googlen) edit: $word1="light"; $full_string=$word1 . "house"; Of course, we again get the value of lighthouse for the $full_string variable. Here is the list for these two string operators: Operator Function . Concatenate Strings .= Concatenate and Assign Gefunden hab ichs, aber ich versteh es nicht :'( muss ich nicht den punkt zum zusammenführen so benutzen? $output = (. '<td>' . $server . '<br />' . ssh_connect($server, command));\n\n <!--EDIT|FlorianL|1182155950--> |