Hi everyone, first time I've used these forums.
Don't be too harsh on me.
Okay, I need to preg_match the info between the title tags.
<title>Name (Full Name) | Site.com</title>
But then, I need it to replace everything after the Name with nothing.
So it only catches the Name, as if it were <title>Name</title>.
The whole format I posted above is how it is on the HTML I need to match from.
Then I need it to be outputted to a variable that I can insert into my database.
I've only been doing PHP for 2 months now.. I'm not that far into it.
So any help would be appreciated.
~jaded