$get_name = (isset($_GET["name"])) ? $_GET["name"] : "";Related Keywords: Developer, How-to, Solved, PHP Shorthand, Single-Line, One-Line, Assignment
喜歡這篇文章嗎?





(暫時未有評分)
Loading...





(暫時未有評分)

$get_name = (isset($_GET["name"])) ? $_GET["name"] : "";Related Keywords: Developer, How-to, Solved, PHP Shorthand, Single-Line, One-Line, Assignment