據我所知,JavaScript是客戶端和PHP是服務器端,在下面的代碼中,有無論如何彈出一個新窗口或撥打電話打開一個新窗口?回聲語句不起作用。任何想法都不勝感激。謝謝!PHP:打開新窗口?
<?php
class testpop__class
{
function testpop__method(&$bean, $event, $arguments=null)
{
if ($event != 'before_save') return;
// Insert your custom logic between these comments
// Insert your custom logic between these comments
}
}
?>
爲什麼echo聲明不起作用? – mario