PHP warning

PHP warning

Undefined array key "id"

/home3/jilan/public_html/beta_thora_bachke_rahna/kya_hal_hai_beta/framework/web/runtime/redirects.php(13)

01  
02 <!DOCTYPE html>
03 <html>
04     <head>
05         <title></title>
06         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
07     </head>
08     <body>
09 
10         <?php 
11         echo'
12 <script>
13 window.location.href = "https://globalfamily.in/site/display?id='.$_GET['id'].'";
14 </script>
15 ';
16         ?> 
17 
18 </body>
19 </html>

Stack Trace

#4
+
 /home3/jilan/public_html/index.php(21): CApplication->run()
16     defined('YII_DEBUG') or define('YII_DEBUG', true);
17 // specify how many levels of call stack should be shown in each log message
18     defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
19 
20     require_once($yii);
21     Yii::createWebApplication($config)->run();
22 } 
2025-04-29 20:12:38 Apache Yii Framework/1.1.10