Can someone please tell me how can I put the article title, for news, in the website title that? I have each title in the news database and I use php to print it.
undefined index error occurs because you use an array index without initializing it. its not a error its just a Notice.
Dynamically call the values in your database then just echo it <?php echo $var[dim1][dim2]['column']; etc...?>