inserting info into db on url link

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
toddvirgil
Forum Newbie
Posts: 1
Joined: Tue Apr 08, 2003 4:30 pm

inserting info into db on url link

Post by toddvirgil »

I'm a newbie -- I need to pass a userid (from a url string) and a link ID into a database when the user selects a link -- this is for tracking purposes, e.g. the user clicks on a couple of specific links, that information gets thrown into a database, and the browser redirects to the linked page. I would appreciate some help!
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Have you searched for tutorals? Or read anything about inserting information into databases?

Here is some help links; 1, 2, & 3.
Post Reply