Re: [PHP] Request A Collection of YouTube Videos From Multiple User Accounts using YouTube API

2009-01-07 Thread L. Herbert
: 2009/1/7 L. Herbert lherb...@iluvmydesign.com: Does anyone know if it is possible to get a collection of YouTube videos from multiple user accounts? If so, can you provide some insight and direction? Someone more knowledgeable than me on this topic indicated that it is only possible get

Re: [PHP] Request A Collection of YouTube Videos From Multiple User Accounts using YouTube API

2009-01-07 Thread L. Herbert
developer who frequents this list may have some experience in this regard and offer some helpful insight. You obviously feel my question is out of place... I apologize for any discomfort this may have caused you. On Jan 7, 2009, at 5:19 AM, Stuart wrote: 2009/1/7 L. Herbert lherb

[PHP] Request A Collection of YouTube Videos From Multiple User Accounts using YouTube API

2009-01-06 Thread L. Herbert
Greetings all, Does anyone know if it is possible to get a collection of YouTube videos from multiple user accounts? If so, can you provide some insight and direction? Someone more knowledgeable than me on this topic indicated that it is only possible get a collection of YouTube videos

Re: [PHP] IE Problem Detecting Post Variables

2009-01-02 Thread L. Herbert
: What about using the onclick to set a js variable to be sent to the server? That should be more cross server compliant. Bastien Sent from my iPod On Dec 31, 2008, at 8:37 PM, L. Herbert lherb...@iluvmydesign.com wrote: Bastien, Thanks for your response. The curious thing

Re: [PHP] IE Problem Detecting Post Variables

2009-01-02 Thread L. Herbert
I stand corrected. On Jan 1, 2009, at 9:46 AM, Nisse Engström wrote: On Thu, 1 Jan 2009 03:17:01 -0500, L. Herbert wrote: On Dec 31, 2008, at 11:07 PM, Lupus Michaelis wrote: MSIE pushes input_name.x and input_name.y to the server, when the input is an image. Thanks! I see the issue

Re: [PHP] IE Problem Detecting Post Variables

2009-01-01 Thread L. Herbert
Thanks! I see the issue clearly now. Oh well, time to modify my code to compensate for IE's non-standard behavior... On Dec 31, 2008, at 11:07 PM, Lupus Michaelis wrote: L. Herbert a écrit : Each input is a submit button. MSIE pushes input_name.x and input_name.y to the server, when

Re: [PHP] IE Problem Detecting Post Variables

2009-01-01 Thread L. Herbert
Jim, This is functionally correct since I swapped the default and alternate themes but left the button names the same. On Jan 1, 2009, at 12:55 AM, Jim Lucas wrote: L. Herbert wrote: I agree with your supposition. The problem is that the variable is passed in one instance with FF

[PHP] IE Problem Detecting Post Variables

2008-12-31 Thread L. Herbert
Hello all, Anyone have insight to share on the following issue: I have a simple theme switcher script that functions as expected in FF, Safari, etc. but does not work in IE 6 or 7. It appears that the posted form variables are not detected in IE. I am using the following check within

Re: [PHP] IE Problem Detecting Post Variables

2008-12-31 Thread L. Herbert
, Phpster wrote: Try checking to see if the value was passed with var_dump($_REQUEST) Also try (!empty($_REQUEST['style'])) Bastien Sent from my iPod On Dec 31, 2008, at 10:24 AM, L. Herbert lherb...@iluvmydesign.com wrote: Hello all, Anyone have insight to share on the following issue: I

Re: [PHP] IE Problem Detecting Post Variables

2008-12-31 Thread L. Herbert
I agree with your supposition. The problem is that the variable is passed in one instance with FF and not with IE. Thus my quandary. Here's the form html: div id=switch-theme form action= method=post labelFlip It!/label input name=style type=image

Re: [PHP] IE Problem Detecting Post Variables

2008-12-31 Thread L. Herbert
Each input is a submit button. On Dec 31, 2008, at 8:57 PM, Micah Gersten wrote: L. Herbert wrote: The problem is that the variable is passed in one instance with FF and not with IE. Thus my quandary. Here's the form html: div id=switch-theme form action= method=post labelFlip