線上書籍

Home

[1062] PHP7入門

<?php $title = $_GET['title']; echo $title; echo '<br>'; $money = (int) $_GET['money']; var_dump($money);