\n";
$xml .= "Header line1\n";
$xml .= "Header line2\n";
$xml .= "Header line3\n";
$xml .= "\n";
$xml .= "Scroll line1\n";
$xml .= "Scroll line2\n";
$xml .= "Scroll line3\n";
$xml .= "\n";
$xml .= "Footer line1\n";
$xml .= "Footer line2\n";
$xml .= "Footer line3\n";
$xml .= "\n";
push2phone("10.2.9.5","10.2.9.88",$xml);
push2phone("10.2.9.5","10.2.9.132",$xml);
#replace first ip with your Apache ip address
#replace second ip with your phone ip address
?>