I'd want to strip off ?fref=ts using PHP before inserting into my database. ?fref=ts is not static and could be other text. It appears it's all pre-fixed with a "?"
PHPWeb DevelopmentFacebook
Last Comment
Nathan Riley
8/22/2022 - Mon
nap0leon
Turn the URL into an array, splitting it on the ? and use the first piece of the array.