Jump to content

MommaTC

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

MommaTC's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have looked through several hundred scripts and can't seem to find what I am looking for, I am hoping someone here will have an idea for me as to how to go about coding this. I am using a PHP based e-mail autoresponder with a MySQL database. I need to be able to create a "link tracking" type script that will send me an email with the subscribers name, e-mail adress, and what link they clicked, when they click on a link in an email I have sent them. For example, let's say the subscriber receives my e-mail and clicks on "Link1" The system will shoot me an email stating: Subscriber ABC at myemail@email.net just visited Link1 Anybody have any thoughts on how to create a script that will do this? Thank you, Tracy
  2. I am new to PHP and hoping someone here can help me figure this out. The website is at: http://www.tilaru.com When you click on the "Latest Project" image, or on an image inside one of the galleries, you go to a new window that gives the details for that particular project. Now - what I would like to do, is have previous and next links on this detail page that will allow the viewer to browse all of the items within that category. Right now the details page is populated by the "item" field via the clicked URL, and I need to have the recordset paging populated by the "type2" field in the database, according to the same "type2" information from the item. So - if you clicked on a picture of a gate, that particular gate(item) would show up first, then if you click on previous or next it will go through all of the gates(type2), sorted by date DESC. I can't seem to figure out how to do this, since the page is being called by "item" - even though I am telling the recordset to pull type2 for that particular item - I don't know how to reference it for the paging feature If anyone knows how to do this I would be very grateful Thank you, MommaTC
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.