On Sun, 2006-07-02 at 13:22 +0000, Mian Waqas wrote:
> Dear Friends,
> 
> I am trying to send image URLs in email. Some images have white space 
> between their name like "blue color.jpg". While sending emails server 
> converts white space into + sign. In the email I receive image name 
> as "blue+color.jpg". I have also tried to use urldecode function but 
> the problem still exist. What should I do? I want to receive image 
> name as "blue color.jpg".
> 
> Thanks,
> 
> Waqas 

I assume that your script is creating the email and sending it to you.
Couldn't you just parse the filename for '+' and replace all occurences
with ' '?






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to