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(22): CApplication->run()
17     defined('YII_DEBUG') or define('YII_DEBUG', true);
18 // specify how many levels of call stack should be shown in each log message
19     defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
20 
21     require_once($yii);
22     Yii::createWebApplication($config)->run();
23 }  
2026-03-10 21:17:42 Apache Yii Framework/1.1.10