Re: [PHP] APC - Upload progress problem. apc

2009-09-17 Thread Phred White
On Sep 17, 2009, at 2:09 PM, Andrea Giammarchi wrote: I wonder if massive uploads, like the ones you're coding for, really aren't that common. I can imagine hard-coding that 3600 myself, and thinking, "no way someone's going to be uploading a single file for longer than an hour, or even clos

RE: [PHP] how i assign a js variable to a php variable

2009-09-17 Thread HallMarc Websites
left some thinking I was dismissing your entire statement. Sorry about that. Thank you, Marc Hall HallMarc Websites 610.446.3346 [HallMarc Websites] __ Information from ESET Smart Security, version of virus signature database 4435 (20090917) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how i assign a js variable to a php variable

2009-09-17 Thread Phred White
On Sep 17, 2009, at 2:43 PM, Andrea Giammarchi wrote: I have to disagree Ash, you can pass js variable values to PHP but only through a page load. Then you could use $_REQUEST, $_POST, $_GET to retrieve it. I have done this before. And I am sure Ash does it on daily basis, the problem

RE: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Andrea Giammarchi
> In a lot of the work I do these days I have to support IE6 because it's > the defacto browser in various government departments. It'll be sometime > before it is completely ousted. Rob, same is for me, I have to deal with this "browser" all problems it has every single day, 'cause financial

Re: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Robert Cummings
Andrea Giammarchi wrote: At that point I would consider IE6 "broke". Hahah... it was broken at the starting gate... probably by design. Every standard conformance test can tell you since years that IE6 is broken. At that point, you'll be exactly in the same situation, if your customers do

RE: [PHP] how i assign a js variable to a php variable

2009-09-17 Thread Andrea Giammarchi
> I have to disagree Ash, you can pass js variable values to PHP but only > through a page load. Then you could use $_REQUEST, $_POST, $_GET to retrieve > it. I have done this before. And I am sure Ash does it on daily basis, the problem is the used therm: I want to *assign* ... not pass, assig

RE: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Andrea Giammarchi
> At that point I would consider IE6 "broke". Every standard conformance test can tell you since years that IE6 is broken. At that point, you'll be exactly in the same situation, if your customers do not want to update for same reason they are not doing right now, why would you leave them "al

RE: [PHP] how i assign a js variable to a php variable

2009-09-17 Thread HallMarc Websites
EQUEST, $_POST, $_GET to retrieve it. I have done this before. [HallMarc Websites] __ Information from ESET Smart Security, version of virus signature database 4434 (20090917) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Ben Dunlap
> I bought a Windows XP PC about three years ago with IE6 on it (I > normally do all my work in Linux). I haven't upgraded it, and I can't > imagine why the average user would. If it ain't broke (and most users > wouldn't consider IE6 broken), don't fix it. I agree in general, but eventually Micro

Re: [PHP] how i assign a js variable to a php variable

2009-09-17 Thread Ashley Sheridan
On Fri, 2009-09-18 at 02:16 +0700, saeed ahmed wrote: > hello guys, > > i'm new here in this list. guys i need a help. i can't assign a js variable > value to a php variable. how can i do this? > > > -- > Regards, > Saeed Ahmed > Rajshahi, Bangladesh > Blog: http://saeed05.wordpress.com > -- > F

RE: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Andrea Giammarchi
I wonder what should happen if your customers will ask you PHP 3 applications because their internal server is that old ... and I mean your *current* application for PHP3 ... well, IE 6 has the same impact for the Web Development. I am not saying we can dismiss its support, specially if we work

Re: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Ashley Sheridan
appreciated & thanks in advance. > > > >> > > > > > > > > http://support.microsoft.com/kb/899811 > > > > > > > > first result from a Google search > > > > > > > > Thanks, > > > > Ash > > >

Re: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Paul M Foster
On Thu, Sep 17, 2009 at 12:56:09PM -0500, Philip Thompson wrote: > On Sep 17, 2009, at 4:04 AM, Ashley Sheridan wrote: > >> On Thu, 2009-09-17 at 16:41 +0800, Shelley wrote: >>> Hi all, >>> >>> With IE6, >>> >>> After the pages i developed was loaded, there seems to be no problem, >>> but when you

[PHP] how i assign a js variable to a php variable

2009-09-17 Thread saeed ahmed
hello guys, i'm new here in this list. guys i need a help. i can't assign a js variable value to a php variable. how can i do this? -- Regards, Saeed Ahmed Rajshahi, Bangladesh Blog: http://saeed05.wordpress.com -- Follow Me Linkedin Twitter

RE: [PHP] APC - Upload progress problem. apc

2009-09-17 Thread Andrea Giammarchi
> I wonder if massive uploads, like the ones you're coding for, really > aren't that common. I can imagine hard-coding that 3600 myself, and > thinking, "no way someone's going to be uploading a single file for > longer than an hour, or even close to it." me too, also because for a silly connect

Re: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Ralph Deffke
p; thanks in advance. > > >> > > > > > > http://support.microsoft.com/kb/899811 > > > > > > first result from a Google search > > > > > > Thanks, > > > Ash > > > > Since this post is not PHP-related, I&

Re: [PHP] APC - Upload progress problem. apc

2009-09-17 Thread Ben Dunlap
> I was afraid it was a bug. I have generally just used whatever is at > whatever host, until this project, and didn't really think something so > glaring could be in there. WTF! I wonder if massive uploads, like the ones you're coding for, really aren't that common. I can imagine hard-coding that

Re: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Ben Dunlap
> have IE 6 for whatever reason. If you block them then you are blocking > possible clients. There is still a large percentage that still use it. I think that percentage depends on the target audience. There was a kerfuffle several months back (maybe a year ago now?) when 37signals announced that

RE: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread HallMarc Websites
tinue the trend. Are > people still using IE6? In sites I design, I prevent the user from > viewing it. If they're still on IE6, I don't want them to use my sites. > > Cheers, > ~Philip > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: h

Re: [PHP] Question: Sorting through table headers?

2009-09-17 Thread Parham Doustdar
Hello there, Thanks a lot. The Javascript class worked like a charm. I'm glad I asked! :) Thanks for all the answers, everyone. I seem to have communicated my intent wrong, when it came to my algorithm, but basically, yes, it was not based on the MVC model, and yes, it did filter the SQL table, t

Re: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Ashley Sheridan
On Thu, 2009-09-17 at 12:56 -0500, Philip Thompson wrote: > On Sep 17, 2009, at 4:04 AM, Ashley Sheridan wrote: > > > On Thu, 2009-09-17 at 16:41 +0800, Shelley wrote: > >> Hi all, > >> > >> With IE6, > >> > >> After the pages i developed was loaded, there seems to be no problem, > >> but when yo

Re: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Philip Thompson
On Sep 17, 2009, at 4:04 AM, Ashley Sheridan wrote: On Thu, 2009-09-17 at 16:41 +0800, Shelley wrote: Hi all, With IE6, After the pages i developed was loaded, there seems to be no problem, but when you then click a link, refresh the page, etc. it shows "memory could not be 'read'" error m

[PHP] Re: Validation XHTML code and repairing broken one

2009-09-17 Thread Al
Hello, I have few questions about validation XHTML and repairing if it's broken. The problem is that I have some, for example HTML code (simple web page) and want to load that page to DOMDocument and than make something of it. That part works perfect, but if there is unclosed tag or something

RE: [PHP] Validation XHTML code and repairing broken one

2009-09-17 Thread Bob McConnell
From: Dušan Novakovic > I have few questions about validation XHTML and repairing if it's > broken. The problem is that I have some, for example HTML code (simple I use a Firefox plug-in called HTML Validator and then edit the source code for the pages in NetBeans. It uses either Tidy or the W3C

[PHP] Validation XHTML code and repairing broken one

2009-09-17 Thread Dušan Novaković
Hello, I have few questions about validation XHTML and repairing if it's broken. The problem is that I have some, for example HTML code (simple web page) and want to load that page to DOMDocument and than make something of it. That part works perfect, but if there is unclosed tag or something like

Re: [PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Ashley Sheridan
On Thu, 2009-09-17 at 16:41 +0800, Shelley wrote: > Hi all, > > With IE6, > > After the pages i developed was loaded, there seems to be no problem, > but when you then click a link, refresh the page, etc. it shows "memory > could not be 'read'" error message. > > However, when you load other sit

[PHP] ie6 "memory could not be read" help!

2009-09-17 Thread Shelley
Hi all, With IE6, After the pages i developed was loaded, there seems to be no problem, but when you then click a link, refresh the page, etc. it shows "memory could not be 'read'" error message. However, when you load other sites, google.com, for example, there is no such problem. Anybody know