Generate URL code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
docwisdom
Forum Newbie
Posts: 6
Joined: Mon Jun 19, 2006 7:23 pm

Generate URL code

Post by docwisdom »

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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

  1. look through bbcode.php for makeclickable() found in phpbb installs.
  2. DATE_FORMAT()
Post Reply