email link...

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Alidad
Forum Commoner
Posts: 29
Joined: Thu Mar 29, 2007 12:42 pm

email link...

Post by Alidad »

I rookie guy for php and i'm trying to learn myself, when person sign up for new member, and send email conformation, how do i can write that code to prompt to show company email link address before they click on the link to redirect to the company site!

For sample that i put my master email address of yahoo and and when i click submit, it will show message said we send email conformation for activiation and showing yahoo.com email link to redirect to yahoo email.

if i put hotmil as my master email, then it will show hotmail email link to redirect to hotmail site. how can i write that code!


please help thanks.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: email link...

Post by Jonah Bron »

Take a look at strstr. It should accomplish what you are looking for. Just compare it's results to a small associative array containing some more popular email services.
Post Reply