Pretty simple, but my searches have come up with nothing thus far.
Basically if a user contributes an article that contains a url. I want it to auto generate the link code for that url.
just a point in the right direction, i dont need anything written for me.
also, any notes on editing date format contained in mysql database from yyyy-mm-dd to mm-dd-yyyy or even better Month DD, YYYY
thnx
Generate URL code
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
- look through bbcode.php for makeclickable() found in phpbb installs.
- DATE_FORMAT()