In regular PHP files without any HTML: if ($something) { do_something(); // do_something() shouldn't echo or print. } This is beautiful for pure PHP, ...
確定! 回上一頁