[FX.php List] Re: Image not Showing in Internet Explorer 6

Sam sam at smilepix.com
Thu Apr 10 09:46:48 MDT 2008


Thanks for trying Bob, but that was not the problem. I tried this and  
came up with a blank page:

<img src="http://Image:image321@server_address<?php=$resultData 
['thumbnail'][0]?>">

Any other ideas?

Sam

On Apr 10, 2008, at 1:38 AM, fx.php_list-request at mail.iviking.org wrote:
> Send FX.php_List mailing list submissions to
> 	fx.php_list at mail.iviking.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://www.iviking.org/mailman/listinfo/fx.php_list
> or, via email, send a message with subject or body 'help' to
> 	fx.php_list-request at mail.iviking.org
>
> You can reach the person managing the list at
> 	fx.php_list-owner at mail.iviking.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of FX.php_List digest..."
>
>
> Today's Topics:
>
>    1. Re: Image not Showing in Internet Explorer 6 (Bob Patin)
>    2. Andre Tozzini convida voc? a ser seu amigo no Sonico
>       (Andre Tozzini)
>    3. FX/FM escaping quotes with a backslash? (Kevin Futter)
>    4. Re: FX/FM escaping quotes with a backslash? (Tim 'Webko' Booth)
>    5. Re: FX/FM escaping quotes with a backslash? (Kevin Futter)
>    6. Re: FX/FM escaping quotes with a backslash?
>       (Gjermund Gusland Thorsen)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 7 Apr 2008 10:59:59 -0500
> From: Bob Patin <bob at patin.com>
> Subject: Re: [FX.php List] Image not Showing in Internet Explorer 6
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Message-ID: <0C89E7E2-2FF4-4096-BAD0-C76542B331DC at patin.com>
> Content-Type: text/plain; charset="windows-1252"
>
> Sam,
>
> I see that in your code, your open tag is <? and not <?php; if you've
> changed providers, does this mean that you've also changed web servers
> too?
>
> The reason I ask is because the open tag may be breaking things; if
> you have error reporting turned off, you might not know that there's a
> problem in the page. If, for example, you went from PHP 4 to PHP 5,
> and the server settings don't allow short open tags, then you'd be
> getting an error.
>
> If this were the case though, I'd expect you'd have other problems on
> the page as well.
>
> Recently I had a bit of unorthodox HTML code (that worked though) on
> some pages, and although Firefox and Safari handled the code without
> trouble, IE consistently failed to understand the code and wouldn't
> display the page properly.
>
> Hope this helps,
>
> Bob Patin
> Longterm Solutions
> bob at longtermsolutions.com
> 615-333-6858
> http://www.longtermsolutions.com
> Member of FileMaker Business Alliance and FileMaker TechNet
>
>    CONTACT US VIA INSTANT MESSAGING:
>       AIM or iChat: longterm1954
>       Yahoo: longterm_solutions
>       MSN: tech at longtermsolutions.com
>       ICQ: 159333060
>
> --------------------------
> Contact us for FileMaker hosting and programming for all versions of
> FileMaker
> PHP • CDML • Full email services • Free DNS hosting • Colocation •
> Consulting
>
> On Apr 7, 2008, at 10:51 AM, Sam wrote:
>
>> Image not Showing in Internet Explorer 6
>>
>> I just changed service providers from Covad to Verizon and I have
>> heard from my clients that the Thumbnail (in a container field) is
>> not showing in Internet Explorer 6. Can this issue have anything to
>> do with service providers? The Thumbnail worked for my clients
>> before I switched to Verizon. I have tested it with FireFox (Mac &
>> PC) and Safari and it shows in those browsers. Any ideas on how to
>> get the thumbnail to show in Explorer?
>>
>> Here is the code:
>> <img src="http://Image:image321@server_address<?=
>> $resultData['thumbnail'][0]?>">
>>
>> I have updated to 4.5.1 and configured image_proxy.php with the
>> encrypt key from echo_new_key.php and also set server_data.php with
>> my server address.
>>
>> Thanks in Advance - Sam
>>
>> ----------
>> Sam Laundon
>> SmilePix
>> "Picturing the Perfect Smile"
>> http://www.smilepix.com
>> 866-532-1843
>>
>>
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://www.iviking.org/pipermail/fx.php_list/attachments/ 
> 20080407/91c23af4/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Mon,  7 Apr 2008 18:07:07 -0600 (MDT)
> From: Andre Tozzini <andretozzini at gmail.com>
> Subject: [FX.php List] Andre Tozzini convida voc? a ser seu amigo no
> 	Sonico
> To: FX.php Discussion List <fx.php_list at mail.iviking.org>
> Message-ID: <20080408000707.923217708BE at mail.iviking.org>
> Content-Type: text/plain; charset="us-ascii"
>
> An HTML attachment was scrubbed...
> URL: http://www.iviking.org/pipermail/fx.php_list/attachments/ 
> 20080407/efc9ebc2/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Thu, 10 Apr 2008 13:17:59 +1000
> From: Kevin Futter <kfutter at sbc.melb.catholic.edu.au>
> Subject: [FX.php List] FX/FM escaping quotes with a backslash?
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Message-ID: <C423C407.F7B4%kfutter at sbc.melb.catholic.edu.au>
> Content-Type: text/plain;	charset="US-ASCII"
>
> Hi Folks,
>
> I've hit a snag that I just can't figure out. On submitting a URL  
> to a text
> field in FM via FX, I'm finding that the quoted href path is being  
> escaped.
> For example, on submitting something like this:
>
> <a href="http://www.mysite.com/">My Site</a>
>
> It comes out as this in the database:
>
> <a href=\"http://www.mysite.com/\">My Site</a>
>
> It does the same thing to single quotes. The only thing I'm doing  
> to the raw
> POST data prior to submitting it is to run a function to remove  
> smart quotes
> and replace them with straight quotes (came from someone here I  
> think).
> While it doesn't add slashes anywhere, just for laughs I disabled  
> it anyway
> and it made no difference.
>
> I've been all over my code and I can't find anything that's doing  
> this, so
> I'm assuming it's either FX (not likely) or FM's XML interface. If  
> it's the
> latter, the only thing I can think of is that the submitting page  
> is encoded
> as ISO-8859-1 rather than UTF-8, and FM is 'handling' that by escaping
> non-ASCII characters. An educated but rather wild guess, really.
>
> Any ideas?
>
> -- 
> Kevin Futter
> Webmaster, St. Bernard's College
> http://www.sbc.melb.catholic.edu.au/
>
>
> ###################################################################### 
> ###############
> This e-mail message has been scanned for Viruses and Content and  
> cleared
> by MailMarshal
> ###################################################################### 
> ###############
>
> This e-mail and any attachments may be confidential. You must not  
> disclose or use the information in this e-mail if you are not the  
> intended recipient. If you have received this e-mail in error,  
> please notify us immediately and delete the e-mail and all copies.  
> The College does not guarantee that this e-mail is virus or error  
> free.  The attached files are provided and may only be used on the  
> basis that the user assumes all responsibility for any loss, damage  
> or consequence resulting directly or indirectly from the use of the  
> attached files, whether caused by the negligence of the sender or  
> not. The content and opinions in this e-mail are not necessarily  
> those of the College.
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 10 Apr 2008 13:39:55 +1000
> From: Tim 'Webko' Booth <tim at nicheit.com.au>
> Subject: Re: [FX.php List] FX/FM escaping quotes with a backslash?
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Message-ID: <4A8DFBBE-7773-44F5-94C1-1E6BF7DCE430 at nicheit.com.au>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
>>
>> I've been all over my code and I can't find anything that's doing
>> this, so
>> I'm assuming it's either FX (not likely) or FM's XML interface. If
>> it's the
>> latter, the only thing I can think of is that the submitting page is
>> encoded
>> as ISO-8859-1 rather than UTF-8, and FM is 'handling' that by  
>> escaping
>> non-ASCII characters. An educated but rather wild guess, really.
>
> I've had this occur every now and again, but never delved too deeply
> into why - the places it happened were my own testing pages, so I
> basically ignored it ;-)
>
> Maybe you could apply a stripslashes to it before inserting and see if
> that makes a difference?
>
> Cheers
>
> Webko
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 10 Apr 2008 14:22:37 +1000
> From: Kevin Futter <kfutter at sbc.melb.catholic.edu.au>
> Subject: Re: [FX.php List] FX/FM escaping quotes with a backslash?
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Message-ID: <C423D32D.F7B9%kfutter at sbc.melb.catholic.edu.au>
> Content-Type: text/plain;	charset="US-ASCII"
>
> On 10/04/08 1:39 PM, "Tim 'Webko' Booth" <tim at nicheit.com.au> wrote:
>
>>>
>>> I've been all over my code and I can't find anything that's doing
>>> this, so
>>> I'm assuming it's either FX (not likely) or FM's XML interface. If
>>> it's the
>>> latter, the only thing I can think of is that the submitting page is
>>> encoded
>>> as ISO-8859-1 rather than UTF-8, and FM is 'handling' that by  
>>> escaping
>>> non-ASCII characters. An educated but rather wild guess, really.
>>
>> I've had this occur every now and again, but never delved too deeply
>> into why - the places it happened were my own testing pages, so I
>> basically ignored it ;-)
>>
>> Maybe you could apply a stripslashes to it before inserting and  
>> see if
>> that makes a difference?
>>
>> Cheers
>>
>> Webko
>
> Thanks Tim. Just gave it a go but it made no difference. This more- 
> or-less
> confirms for me that it's not FX or PHP doing it, but rather,  
> something on
> the FM side - most likely the XML interface. Luckily it's only an  
> internal
> page that us technical staff use, so it's no biggie from that  
> perspective,
> but I'm still stumped about the 'why'.
>
> -- 
> Kevin Futter
> Webmaster, St. Bernard's College
> http://www.sbc.melb.catholic.edu.au/
>
>
> ###################################################################### 
> ###############
> This e-mail message has been scanned for Viruses and Content and  
> cleared
> by MailMarshal
> ###################################################################### 
> ###############
>
> This e-mail and any attachments may be confidential. You must not  
> disclose or use the information in this e-mail if you are not the  
> intended recipient. If you have received this e-mail in error,  
> please notify us immediately and delete the e-mail and all copies.  
> The College does not guarantee that this e-mail is virus or error  
> free.  The attached files are provided and may only be used on the  
> basis that the user assumes all responsibility for any loss, damage  
> or consequence resulting directly or indirectly from the use of the  
> attached files, whether caused by the negligence of the sender or  
> not. The content and opinions in this e-mail are not necessarily  
> those of the College.
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 10 Apr 2008 07:38:20 +0200
> From: "Gjermund Gusland Thorsen" <ggt667 at gmail.com>
> Subject: Re: [FX.php List] FX/FM escaping quotes with a backslash?
> To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
> Message-ID:
> 	<e6ecb7940804092238u32319cc0i9eaff0cfe0a96aa4 at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> You forgot to do stripslashes()?
>
> 2008/4/10, Kevin Futter <kfutter at sbc.melb.catholic.edu.au>:
>> On 10/04/08 1:39 PM, "Tim 'Webko' Booth" <tim at nicheit.com.au> wrote:
>>
>>>>
>>>> I've been all over my code and I can't find anything that's doing
>>>> this, so
>>>> I'm assuming it's either FX (not likely) or FM's XML interface. If
>>>> it's the
>>>> latter, the only thing I can think of is that the submitting  
>>>> page is
>>>> encoded
>>>> as ISO-8859-1 rather than UTF-8, and FM is 'handling' that by  
>>>> escaping
>>>> non-ASCII characters. An educated but rather wild guess, really.
>>>
>>> I've had this occur every now and again, but never delved too deeply
>>> into why - the places it happened were my own testing pages, so I
>>> basically ignored it ;-)
>>>
>>> Maybe you could apply a stripslashes to it before inserting and  
>>> see if
>>> that makes a difference?
>>>
>>> Cheers
>>>
>>> Webko
>>
>>
>> Thanks Tim. Just gave it a go but it made no difference. This more- 
>> or-less
>>  confirms for me that it's not FX or PHP doing it, but rather,  
>> something on
>>  the FM side - most likely the XML interface. Luckily it's only an  
>> internal
>>  page that us technical staff use, so it's no biggie from that  
>> perspective,
>>  but I'm still stumped about the 'why'.
>>
>>
>>  --
>>  Kevin Futter
>>  Webmaster, St. Bernard's College
>>  http://www.sbc.melb.catholic.edu.au/
>>
>>
>>   
>> ##################################################################### 
>> ################
>>  This e-mail message has been scanned for Viruses and Content and  
>> cleared
>>  by MailMarshal
>>   
>> ##################################################################### 
>> ################
>>
>>  This e-mail and any attachments may be confidential. You must not  
>> disclose or use the information in this e-mail if you are not the  
>> intended recipient. If you have received this e-mail in error,  
>> please notify us immediately and delete the e-mail and all copies.  
>> The College does not guarantee that this e-mail is virus or error  
>> free.  The attached files are provided and may only be used on the  
>> basis that the user assumes all responsibility for any loss,  
>> damage or consequence resulting directly or indirectly from the  
>> use of the attached files, whether caused by the negligence of the  
>> sender or not. The content and opinions in this e-mail are not  
>> necessarily those of the College.
>>  _______________________________________________
>>
>> FX.php_List mailing list
>>  FX.php_List at mail.iviking.org
>>  http://www.iviking.org/mailman/listinfo/fx.php_list
>>
>
>
> ------------------------------
>
> _______________________________________________
> FX.php_List
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
> End of FX.php_List Digest, Vol 45, Issue 7
> ******************************************
>

----------
Sam Laundon
SmilePix
"Picturing the Perfect Smile"
http://www.smilepix.com
866-532-1843




More information about the FX.php_List mailing list