<?php $myDB= $db->prepare("SELECT * FROM names WHERE RowID = :option"); $myDB->bindParam(':option', $option); //the value of the option selected in my ...
確定! 回上一頁