I'm making a news script for people who don't know PHP.
I've noticed on forums like this you can use vB codes. How could I create a system to where all a user would have to do is type something like [NEWS TAG] or [AUTHOR TAG] and with that the NEWS or AUTHOR entry from my MySQL database could appear instead of using a bunch of nasty PHP/SQL codes.
This is similar to Server-Side Includes but if possible I don't want to have to have users install additional server software or make server modifications.