Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 10-29-2008, 07:46 AM   #1
Ancient Warrior
War Room Member
 
Join Date: Oct 2002
Location: Daytona Beach, Florida
Posts: 433
Thanks: 18
Thanked 0 Times in 0 Posts
Contact Info
Send a message via MSN to pede
Default Badly need some php help :)

Hey guys...

I have been working on setting up an web based email site. I have it up and running and it works great.

Except.....

One of the attractions to an email site for me was the ability to add a tag line in all outgoing emails as to help spread the word about the site.

The script has a tag line system that you can set up either as an html tag or a plain text tag.

Problem is I can not get the system to NOT send out BOTH tag lines. HTML and Plain text, in the SAME email.

If I set up only the html tag, it still sends the email with a horizontal line under the html tag and has the   code that shows under tha horizontal line. Looks really crappy.

Can someone please help me with this? It is holding me up from promoting the site.

Thank you,
John

PS - I have to go out for the day but if I can, I need to deal with this at once. So... please send an email to my wife at pede69 [@] comcast.net and I will have all the login information ready for her to send to you. Thank you so much again for your help and I will be happy to give you a once year web hosting account for you help if you need it. All the bells and whistles. (unix)

pede is offline   Reply With Quote
Old 11-05-2008, 04:18 PM   #2
<><
 
Techie Turtle's Avatar
 
Join Date: Jan 2007
Location: Texas
Posts: 180
Thanks: 6
Thanked 11 Times in 9 Posts
Default Re: Badly need some php help :)

Have you tried contacting the developer?
Techie Turtle is offline   Reply With Quote
Old 11-05-2008, 04:26 PM   #3
Ancient Warrior
War Room Member
 
Join Date: Oct 2002
Location: Daytona Beach, Florida
Posts: 433
Thanks: 18
Thanked 0 Times in 0 Posts
Contact Info
Send a message via MSN to pede
Default Re: Badly need some php help :)

I have tried.... I get no responce from them....

J

pede is offline   Reply With Quote
Old 11-05-2008, 04:37 PM   #4
<><
 
Techie Turtle's Avatar
 
Join Date: Jan 2007
Location: Texas
Posts: 180
Thanks: 6
Thanked 11 Times in 9 Posts
Default Re: Badly need some php help :)

Quote:
Originally Posted by pede View Post
If I set up only the html tag, it still sends the email with a horizontal line under the html tag and has the &nbsp; code that shows under tha horizontal line. Looks really crappy.
If I'm reading this right, why don't you make your clickable html tag something like Free Email Service and then set your plain text tag to say something like Reliable email service - FREE.

At least this way you'll avoid the &nbsp; tag. Also, have you looked at the php file that is being called by your main script? Maybe the &nbsp; tag is in there??
Techie Turtle is offline   Reply With Quote
Old 11-05-2008, 06:22 PM   #5
Ancient Warrior
War Room Member
 
Join Date: Oct 2002
Location: Daytona Beach, Florida
Posts: 433
Thanks: 18
Thanked 0 Times in 0 Posts
Contact Info
Send a message via MSN to pede
Default Re: Badly need some php help :)

Actually... no matter what I do the &nbsp; does not go away.

Thank you,
J

pede is offline   Reply With Quote
Old 11-06-2008, 04:21 AM   #6
HyperActive Warrior
War Room Member
 
Join Date: Dec 2003
Location: Trowbridge, United Kingdom.
Posts: 207
Blog Entries: 1
Thanks: 0
Thanked 8 Times in 8 Posts
Contact Info
Send a message via Skype™ to Spencer Westwood
Default Re: Badly need some php help :)

It may take a bit of hunting to find the errant bit of code, but if you're using some templating system I'd look there first.

If you are still stuck then give me a PM with the login details and I'll have a dig around for you.

Kind regards, Spencer

Spencer Westwood is offline   Reply With Quote
Old 11-07-2008, 11:31 PM   #7
Active Warrior
 
richardt23476's Avatar
 
Join Date: Nov 2008
Posts: 72
Thanks: 2
Thanked 7 Times in 7 Posts
Contact Info
Send a message via MSN to richardt23476 Send a message via Yahoo to richardt23476
Default Re: Badly need some php help :)

I assume this is a common logic error in the sending email php code. I am willing to help. plz PM me the login info if you haven't resolve the problem yet.

richardt23476 is offline   Reply With Quote
Old 11-08-2008, 05:46 PM   #8
HyperActive Warrior
 
Join Date: May 2008
Location: USA
Posts: 249
Blog Entries: 22
Thanks: 9
Thanked 29 Times in 27 Posts
Lightbulb Re: Badly need some php help :)

Common logic error is a possibility, like richardt23476 mentioned. It sounds like the &nbsp; is printed as text instead of being interpreted properly as presentation for the non-breaking space character as an HTML entity. Could this be related to unicode? See some of the extended character set in the code excerpt below.
&nbsp; = \u00A0
&copy; = \u00A9
&trade; = \u00AE

I saw this resource on another website, but it might be useful to you here. Take a look at this mapping of unicode characters (not my site, no affiliation).

BabelMap (Unicode Character Map)

awesometbn is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
badly, php

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 03:40 PM.