how to create links

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
Nethra
Forum Newbie
Posts: 1
Joined: Thu Apr 28, 2016 9:38 pm

how to create links

Post by Nethra »

Another question on similar topic. After creating a quiz using php and MySQL how should I create a link and send it to users who can login and take the quiz
TopCoder
Forum Newbie
Posts: 8
Joined: Sun Jul 10, 2016 3:38 pm

Re: how to create links

Post by TopCoder »

Do you mean in email?

It's probably best that you use one of the many newsletter programs out their to send the emails (So you get all those tracking features). You can use one called PHPList, it's open source and free.

It comes with an editor that allows you to create links to your QUIZ, I would just use that.
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

Re: how to create links

Post by Vegan »

Nethra wrote:Another question on similar topic. After creating a quiz using php and MySQL how should I create a link and send it to users who can login and take the quiz
I think what you want to do is make a message and then email it to candidates

with a list of contacts PHP can easily do a foreach and send messages, but it depends on your host setup etc

need more specifics so somebody can help more deeply
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
Post Reply