嘿,我明白了:注意:未定义的索引:在第 37 行的 C:\wamp\www\tests\Joomla\Website\index.php
我的代码是这样的:
<?php
$remarks=$_GET['remarks'];
if ($remarks==null and $remarks=="")
{
echo '';
}
if ($remarks=='success')
{
echo 'Registration Success';
}
?>
我不明白为什么我得到这个。请帮忙!