I have a slight issue that I am in need of help with.
Say if $post['text'] was equal to data like: "https://stackoverflow.com/blah?blah is such a cool website", how would it be possible to make just the URL bit in a type tag...
So the end HTML result would be somthing like
<p><a href="https://stackoverflow.com/blah?blah">https://stackoverflow.com/blah?blah</a> is such a cool website</p>
I am a bit of a noob. I'm actually a 14 year old kid and still kinda new to code, but I loveee it!