php-general Digest 2 Jan 2009 21:14:02 -0000 Issue 5879

2009-01-02 Thread php-general-digest-help
php-general Digest 2 Jan 2009 21:14:02 - Issue 5879 Topics (messages 285368 through 285374): Re: IE Problem Detecting Post Variables 285368 by: L. Herbert 285369 by: zerof 285370 by: ceo.l-i-e.com 285371 by: Micah Gersten Re: Sending files via POST

Re: [PHP] IE Problem Detecting Post Variables

2009-01-02 Thread L. Herbert
I find the html/php option simpler and more accessible. I've got it working now. I only needed to use unique input names and test for the posted variable according to w3c standards. Here is the relevant w3c definition: When a pointing device is used to click on the image, the form is

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-02 Thread zerof
L. Herbert escreveu: Bastien, Thanks for your response. The curious thing is that the value is passed when using FF, but not passed when using IE. Here is the relevant form html: div id=switch-theme form action= method=post It may seem strange, but try

Re: [PHP] IE Problem Detecting Post Variables

2009-01-02 Thread ceo
My thesis is: Your Javascript that intercepts the .submit and then does whatever it does, is broken in FF but not in MSIE. Post your JS to a JS mailing list and ask there to be sure. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] IE Problem Detecting Post Variables

2009-01-02 Thread Micah Gersten
You might want to consider the button element which allows you to display images, but doesn't send back coordinates. Instead it sends a preset value. http://www.w3.org/TR/html401/interact/forms.html#h-17.5 Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com L.

SV: [PHP] Sending files via POST

2009-01-02 Thread Anders Norrbring
*bump* I'm a bit stuck.. I'm using the PEAR http_Request to send files and data as HTTP POST, which is working fine if I in fact have the files on disk on the server. Just using the method addFile.. Okay But what if the file data is only in a variable? It feels like

Re: [PHP] Sending files via POST

2009-01-02 Thread Daniel Brown
On Fri, Jan 2, 2009 at 14:14, Anders Norrbring li...@norrbring.se wrote: *bump* Please don't bump threads, Anders. This is not a traditional web-based user forum. You've provided no additional data, so there is no need to bring this thread up again. If you want to get more attention to

Re: [PHP] Anyone else have trouble with Apple Mail threading this list?

2009-01-02 Thread phphelp -- kbk
On Dec 31, 2008, at 5:55 PM, Brian Dunning wrote: ... When I hit Reply or Reply All in Mail, it wants to reply directly to the poster, and only CC's the list... That is just the way the list works. (If you look at threads, you will see a fairly-constant stream of reminders to reply all to

SV: [PHP] Sending files via POST

2009-01-02 Thread Anders Norrbring
On Fri, Jan 2, 2009 at 14:14, Anders Norrbring li...@norrbring.se wrote: *bump* Please don't bump threads, Anders. This is not a traditional web-based user forum. You've provided no additional data, so there is no need to bring this thread up again. If you want to get more

Re: [PHP] Sending files via POST

2009-01-02 Thread Daniel Brown
On Fri, Jan 2, 2009 at 16:32, Anders Norrbring li...@norrbring.se wrote: I provided some additional data at 2009-01-01 09:33.. (That would be GMT+1 hour) But after that.. I didn't get *anything* at all, not from Nathan, not from anybody else. Which is why I asked. And I'm fully aware

Re: SV: [PHP] Sending files via POST

2009-01-02 Thread Daniel Brown
Nathan Rixham's original email. Hope it helps! On Thu, Jan 1, 2009 at 09:35, Nathan Rixham nrix...@gmail.com wrote: after having a flick through the source it looks like a limitation of http request;

[PHP] Posting Data?

2009-01-02 Thread Stephen Alistoun
Hi all, I have my own register system and I want to Post my values from my register system and post those values into the punbb register form. I do not want to register my values from the punbb form but rather from my login system. How would i be able to do this? Below is the example of the

[PHP] Posting Data?

2009-01-02 Thread Stephen Alistoun
Hi all, I have my own register system and I want to Post my values from my register system and post those values into the punbb register form. I do not want to register my values from the punbb form but rather from my login system. How would i be able to do this? Below is the example of the

Re: [PHP] Posting Data?

2009-01-02 Thread Jim Lucas
Stephen Alistoun wrote: Hi all, I have my own register system and I want to Post my values from my register system and post those values into the punbb register form. I do not want to register my values from the punbb form but rather from my login system. How would i be able to do

Re: [PHP] IE Problem Detecting Post Variables

2009-01-02 Thread Andrew Ballard
On Fri, Jan 2, 2009 at 1:15 PM, Micah Gersten mi...@onshore.com wrote: You might want to consider the button element which allows you to display images, but doesn't send back coordinates. Instead it sends a preset value. http://www.w3.org/TR/html401/interact/forms.html#h-17.5 Thank you,

[PHP] How to count transfered kBytes in File-Download

2009-01-02 Thread Michelle Konzack
Hello *, currently I have a function: [ '/usr/share/tdphp-vserver/includes/02_functions.inc' ] snip function fncPushBinary($type='show', $file, $mime='') { if ( is_file($file) ) { if ($mime == '') { $mime=exec(file -i -b $file); } $STRG=; filename=\ .

Re: [PHP] Re: Webhotel structure

2009-01-02 Thread Michael Leung
I don't think you need SSH and fixed IP address. I think you only need to change some file permissions. Most of the shared hosts will provide a control panel for your web account. You change the file permissions. I have some PHP websites without a fixed IP address and SSH. Regards, Michael Leung

Re: [PHP] IE Problem Detecting Post Variables

2009-01-02 Thread Ashley Sheridan
On Fri, 2009-01-02 at 18:06 -0500, Andrew Ballard wrote: On Fri, Jan 2, 2009 at 1:15 PM, Micah Gersten mi...@onshore.com wrote: You might want to consider the button element which allows you to display images, but doesn't send back coordinates. Instead it sends a preset value.

[PHP] Please point me in the right direction

2009-01-02 Thread David Knapp
Greetings, I need to create a secure customer section on my site. User name and login would take you to a secured page that displays information like a calendar, downloads, budgets. These sections would be the same but each customer would display custom content (over 100 customers). I browsed

Re: [PHP] How to count transfered kBytes in File-Download

2009-01-02 Thread Jim Lucas
Michelle Konzack wrote: Hello *, currently I have a function: [ '/usr/share/tdphp-vserver/includes/02_functions.inc' ] snip function fncPushBinary($type='show', $file, $mime='') { Outside your function, or in, I don't care, define a variable/constant that will be used as a

Re: [PHP] Thank you everyone, What a wonderful world

2009-01-02 Thread shahrzad khorrami
I'm sorry for there are no rules in the world no real men to help them. May *Allah* help them as we see what happened in *Iraq* who started war with Iran and just he can! I believe because I can't see any power in men to do that. America is behind Israel and other countries really are too

Re: [PHP] Please point me in the right direction

2009-01-02 Thread Jim Lucas
David Knapp wrote: Greetings, I need to create a secure customer section on my site. User name and login would take you to a secured page that displays information like a calendar, downloads, budgets. These sections would be the same but each customer would display custom content (over 100

Re: [PHP] Thank you everyone, What a wonderful world

2009-01-02 Thread Robert Cummings
I find the PHP site to be one of the best resources around. Maybe it can help you with your problem. Cheers, Rob. On Sat, 2009-01-03 at 08:56 +0330, shahrzad khorrami wrote: I'm sorry for there are no rules in the world no real men to help them. May *Allah* help them as we see what