I currently have a JavaScript that I am trying to convert over to php.
In JavaScript to detect the page title would just be document.title.
Is there a way to do this in php?
If so,
How do I detect a page title in php?
I have to detect it no matter what the extension is ie .asp, .php, etc etc etc.
Thanks for any insight and help
In JavaScript to detect the page title would just be document.title.
Is there a way to do this in php?
If so,
How do I detect a page title in php?
I have to detect it no matter what the extension is ie .asp, .php, etc etc etc.
Thanks for any insight and help
Comment