Page 1 of 1

how to create links

Posted: Thu Apr 28, 2016 9:49 pm
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

Re: how to create links

Posted: Sun Jul 10, 2016 4:33 pm
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.

Re: how to create links

Posted: Tue Aug 02, 2016 6:50 pm
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