Notice: Undefined index: comm_page in C:\AppServ\www\KEITH\comentarios\comments\comments _show.php on line 7
La linea:
Código PHP:
7. $comm_page = is_numeric($_GET['comm_page']) ? $_GET['comm_page'] : 1;
8. if ($comm_page<1) {
9. $comm_page = 1;
10. }
Alguien sabe que significa ese Undefined Index?