If you use phpinfo() in your page, you will notice it will change the title of your page? And even if you give the title of your page to be different it will not change. How is this done?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is because phpinfo print
<title>, is depend on how browser handle the tag rendering.Chrome, Firefox and internet explorer is practicing FIFO.
So, do this
is
my titlebeing set as browser page titleThen above will set page title to
phpinfo()