The error can be avoided by using the isset() function.This function will check whether the variable is set or not. Error Example: <?php $name='Stechies'; echo ...
確定! 回上一頁