Jump to content

Mailing a direct link to a record


Eiolon

Recommended Posts

Hello,

 

I have an ordering system.  When someone submits an order request it sends an e-mail to the purchasers which contains the item information and a link to manage the order our intranet site.  The problem is the link is just a general like such as http://intranet/orders

 

What I would like to do is link directly to the item record itself.  Is it possible to include a direct link to the record in the e-mail?

 

Thanks.

Link to comment
Share on other sites

Well, if I understand correctly you want to send a link via email that when you click it, it will go to the item the user submitted?

 

You could do something like http://www.yoursite.com/orders/index.php?order=15

 

So it will go to order 15, remember to check that it is the same user as who submitted it.

 

In index.php you can use $_GET['order'], than you can use that to retrieve info from a db.

 

Full-Demon

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.