broken url on html email send by php

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
genux33
Forum Newbie
Posts: 18
Joined: Sun Apr 10, 2005 8:22 am

broken url on html email send by php

Post by genux33 »

Dear All,
I had faced the following issue that when i send html email in php.. Out of all the email that i send from the application, 10-20% of the users got broken url link on the email as following. http://XXXXX.com/activatephp?id=XXXXXXXXXX

There is missing . before the file extension of the url. The correct url is as following
http://XXXXX.com/activate.php?id=XXXXXXXXXX

Why do it happened to only 10-20% of the users whom recieved the email?

Could it be of client-side mail program used by the users?
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

It would be nice to see some code so we could tell you what's going wrong. :P
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

and also this topic doesn't belong to Theory and Design Forum either :roll:
Post Reply