[PHP] Re: phpEditIni has moved to phpeditini.net

2006-05-12 Thread Barry
Jeremy C O'Connor schrieb: The new browser based editor of PHP.INI files on Windows, phpEditIni, has moved to a new site: http://phpeditini.net Download it today! -- info at phpeditini dot net Not interesting though since it only works on Windows. Uhm remember that most Webserevers are

Re: [PHP] Re: phpEditIni has moved to phpeditini.net

2006-05-12 Thread Lester Caine
Barry wrote: Jeremy C O'Connor schrieb: The new browser based editor of PHP.INI files on Windows, phpEditIni, has moved to a new site: http://phpeditini.net Download it today! -- info at phpeditini dot net Not interesting though since it only works on Windows. It says that ;) PHP-WIN may

[PHP] Re: SimpleXML is creating nodes when it shouldn't...

2006-05-12 Thread Marcus Boerger
Hello D., Friday, May 12, 2006, 5:29:42 AM, you wrote: I've recently upgraded to PHP 5.1.4 from 5.1.2 and noticed that in 5.1.3 there were changes made to SimpleXML. Now, when I touch an element which didn't used to exist, instead of acting like it didn't exist, it creates it! That's

[PHP] suExec problem

2006-05-12 Thread Laszlo Nagy
Hello, I have a SuSe 9.3 server, with apache version 2.0.53 and suexec configured. It was working for months. One day, it stopped working for ALL virtual hosts. I might have misconfigured something, but I'm not sure what is the problem. When I start up apache, I see this in the error_log:

Re: [PHP] Sending a lot of data to remote site

2006-05-12 Thread Jochem Maas
Ryan A wrote: Hey, Thanks for replying. ... ('hugo_the_boss','james007bond','max_power','etc') in peak season I expect the array to go upto 5k entries but very unlikely as I will be transferring data every minute of only new entries. ok so the data is pretty simple and predictable - I

Re: [PHP] Parsing a stdClass Object created with mimeDecode

2006-05-12 Thread Jochem Maas
Graham Anderson wrote: Hi I am trying to get the body text from a number of different emails using mimeDecode [Pear] Unfortunately, it appears that the body text could be in any number of locations in the stdClass Object depending on which email is processed. At this point, I can only

[PHP] displaying result problem

2006-05-12 Thread adi zebic
Hi, I have little problem while displaying a result from one simple querry. If i insert values into mysql DB in following order (12, 3, 14, 4 ) I allways have ( 12, 14, 3, 4 ) displaying when query the DB. (same with letters - dcba - abcd etc) I would like to be able to display the data like

Re: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread tedd
At 5:06 PM -0500 5/11/06, Richard Lynch wrote: On Thu, May 11, 2006 1:20 pm, tedd wrote: Does this qualify? http://xn--ovg.com/ajax_page Well, on page 1, I can't get it to re-size at all... So, no, it doesn't qualify. :-) You didn't say it must be re-sizable. Okay, let me get

Re: [PHP] displaying result problem

2006-05-12 Thread tedd
At 1:33 PM +0200 5/12/06, adi zebic wrote: Hi, I have little problem while displaying a result from one simple querry. If i insert values into mysql DB in following order (12, 3, 14, 4 ) I allways have ( 12, 14, 3, 4 ) displaying when query the DB. (same with letters - dcba - abcd etc) I would

Re: [PHP] Sending a lot of data to remote site

2006-05-12 Thread John Wells
On 5/12/06, Jochem Maas [EMAIL PROTECTED] wrote: Ryan A wrote: Hi, I need to send an array of data to a remote site from my script, the array will contain anything from 1 to 5000 entries of less than 150 alpha numeric characters you could setup an XML feed that they can request at their

Re: [PHP] displaying result problem

2006-05-12 Thread chris smith
On 5/12/06, adi zebic [EMAIL PROTECTED] wrote: Hi, I have little problem while displaying a result from one simple querry. If i insert values into mysql DB in following order (12, 3, 14, 4 ) I allways have ( 12, 14, 3, 4 ) displaying when query the DB. (same with letters - dcba - abcd etc) I

Re: [PHP] suExec problem

2006-05-12 Thread chris smith
On 5/12/06, Laszlo Nagy [EMAIL PROTECTED] wrote: Hello, I have a SuSe 9.3 server, with apache version 2.0.53 and suexec configured. It was working for months. One day, it stopped working for ALL virtual hosts. I might have misconfigured something, but I'm not sure what is the problem. When I

Re: [PHP] Parsing images

2006-05-12 Thread tedd
On Thu, May 11, 2006 1:03 pm, Robert Cummings wrote: Edge detection, noise suppression, and data analysis don't quite equate to recognition. Also 30 years of OCR still requires that the sample be good quality and conform to fairly detectable patterns. If this is so trivial, I await the

Re: [PHP] Sending a lot of data to remote site

2006-05-12 Thread Ryan A
Hey, ('hugo_the_boss','james007bond','max_power','etc') in peak season I expect the array to go upto 5k entries but very unlikely as I will be transferring data every minute of only new entries. ok so the data is pretty simple and predictable - I take it that the max length of the

Re: [PHP] Re: Upload File (binary files?)

2006-05-12 Thread tedd
At 11:07 PM +0200 5/11/06, Jochem Maas wrote: I think you make interesting points Tedd, it's given me stuff to think about anyway. leveraging a Db for image storage can have advantages but implementing it correctly takes a stack more knowledge and more work to do it correctly, therefore the

Re: [PHP] Sending a lot of data to remote site

2006-05-12 Thread tedd
Would appreciate all comments. Thanks! Ryan Ryan: How about zipping the array and sending that? This look interesting: http://www.weberdev.com/get_example-4066.html hth's tedd -- http://sperling.com -- PHP

Re: [PHP] Parsing images

2006-05-12 Thread David Tulloh
Robert Cummings wrote: On Thu, 2006-05-11 at 13:48, tedd wrote: At 12:11 PM -0400 5/11/06, Robert Cummings wrote: On Thu, 2006-05-11 at 11:47, tedd wrote: At 9:28 AM +0300 5/11/06, Dotan Cohen wrote: Hey all, it is possible to parse capcha's in php? I'm not asking how to do it, nor have I

Re: [PHP] Sending a lot of data to remote site

2006-05-12 Thread Ryan A
Hey Tedd, Would appreciate all comments. Thanks! Ryan Ryan: How about zipping the array and sending that? This look interesting: http://www.weberdev.com/get_example-4066.html hth's I dont know if I can use that because I have no idea if the remote client machines will have

Re: [PHP] Re: SimpleXML is creating nodes when it shouldn't...

2006-05-12 Thread D. Dante Lorenso
Marcus Boerger wrote: I think that's a bug and not a feature. Why was this changed? It is called write support. I think we are going to add a flag so that one can specify whether write support is enabled or not. Creating data without using '=' assignment or calling a function is

Re: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread tedd
At 5:06 PM -0500 5/11/06, Richard Lynch wrote: I believe the OP wanted Three: Show only as much text as nicely fits in the browser, with more for the next page... Try this: http://xn--ovg.com/ajax_page1 Please understand: a) It's a rough estimation as to how many characters will fit; b)

Re: [PHP] Parsing images

2006-05-12 Thread Robert Cummings
On Fri, 2006-05-12 at 08:37, tedd wrote: On Thu, May 11, 2006 1:03 pm, Robert Cummings wrote: Edge detection, noise suppression, and data analysis don't quite equate to recognition. Also 30 years of OCR still requires that the sample be good quality and conform to fairly detectable

Re: [PHP] Parsing images

2006-05-12 Thread Robert Cummings
On Fri, 2006-05-12 at 09:47, David Tulloh wrote: Robert Cummings wrote: On Thu, 2006-05-11 at 13:48, tedd wrote: At 12:11 PM -0400 5/11/06, Robert Cummings wrote: On Thu, 2006-05-11 at 11:47, tedd wrote: At 9:28 AM +0300 5/11/06, Dotan Cohen wrote: Hey all, it is possible to parse

Re: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread Porpoise
tedd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Try this: http://xn--ovg.com/ajax_page1 Please understand: a) It's a rough estimation as to how many characters will fit; b) It doesn't handle zoom levels well yet; c) There will be variations between browsers and OS's --

[PHP] Class/function scope general question

2006-05-12 Thread Edward Vermillion
I'm doing some re-writing of a huge class I've got (don't think OOP cause it's really not, just the usual class full of functions). What I'm doing is moving the functions out of the class and into separate files so the (I'm hoping) memory footprint will be smaller. The basic setup I

Re: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread Mike
I am not seeing a blank page here. Porpoise wrote: tedd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Try this: http://xn--ovg.com/ajax_page1 Please understand: a) It's a rough estimation as to how many characters will fit; b) It doesn't handle zoom levels well yet; c)

Re: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread tedd
At 6:03 PM +0100 5/12/06, Porpoise wrote: tedd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Try this: http://xn--ovg.com/ajax_page1 Please understand: a) It's a rough estimation as to how many characters will fit; b) It doesn't handle zoom levels well yet; c) There will be

Re: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread Brad Bonkoski
In Exploder 7 beta 2 I actually get an access denied error... but works in firefox. Mike wrote: I am not seeing a blank page here. Porpoise wrote: tedd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Try this: http://xn--ovg.com/ajax_page1 Please understand: a) It's a

Re: [PHP] Class/function scope general question

2006-05-12 Thread Martin Alterisio
2006/5/12, Edward Vermillion [EMAIL PROTECTED]: I'm doing some re-writing of a huge class I've got (don't think OOP cause it's really not, just the usual class full of functions). What I'm doing is moving the functions out of the class and into separate files so the (I'm hoping) memory

Re: [PHP] Class/function scope general question

2006-05-12 Thread Edward Vermillion
On May 12, 2006, at 1:09 PM, Martin Alterisio wrote: [snip] When you call a function in the global scope from inside a member function you're leaving the object scope, that's why this is null in the global function But my thought is that since the include was from inside the member

Re: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread Joe Henry
On Friday 12 May 2006 12:01 pm, tedd wrote: It shouldn't be blank. There should be a Next/Previous button -- isn't there? If so, then click Next If not, please tell me. Works: Suse Linux 10.x/Firefox 1.0.7 Windows XP/Firefox 1.5.0.3 Mac OS 10.4.6/Safari 2.0.3

[PHP] PHP SRM, a dead project?

2006-05-12 Thread D. Dante Lorenso
All, I'm interested in a PHP application server that is non-webserver based which I can run on Linux. I was hoping for something like: * http://www.vl-srm.net/index.php Does anyone know about this project? It appears to be dead. Hasn't been updated in a couple years. Is there a

RE: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread Chris W. Parker
tedd mailto:[EMAIL PROTECTED] on Friday, May 12, 2006 11:01 AM said: At 6:03 PM +0100 5/12/06, Porpoise wrote: tedd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Try this: http://xn--ovg.com/ajax_page1 Eerrrm... Blank Page!?! It shouldn't be blank.

Re: [PHP] Class/function scope general question

2006-05-12 Thread Stut
Edward Vermillion wrote: But my thought is that since the include was from inside the member function that the included function would be in the scope of the member function, and not global. (?) So if I have: class foo { function bar() { function baz(){} } } Would baz()

Re: [PHP] Class/function scope general question

2006-05-12 Thread Martin Alterisio
2006/5/12, Edward Vermillion [EMAIL PROTECTED]: On May 12, 2006, at 1:09 PM, Martin Alterisio wrote: class foo { function bar() { function baz(){} } } baz() will be a global function there. There are other ways to add member functions at runtime but

Re: [PHP] Parsing images

2006-05-12 Thread tedd
At 1:01 PM -0400 5/12/06, Robert Cummings wrote: The original poster asked the question -- can it be done. And of course, the answer is Yes. Yes it can be done. No, it's not trivial in the general. Well... generally it's of little value to me. :-) Visial recognition is what we are

Re: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread tedd
At 2:08 PM -0400 5/12/06, Brad Bonkoski wrote: In Exploder 7 beta 2 I actually get an access denied error... but works in firefox. I think that's my server. Ajax is strange -- the requests are not sequential. In other words, if you click next twice, you may end up with the first click

RE: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread tedd
At 11:51 AM -0700 5/12/06, Chris W. Parker wrote: tedd mailto:[EMAIL PROTECTED] on Friday, May 12, 2006 11:01 AM said: At 6:03 PM +0100 5/12/06, Porpoise wrote: tedd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Try this: http://xn--ovg.com/ajax_page1

Re: [PHP] Parsing images

2006-05-12 Thread Robert Cummings
On Fri, 2006-05-12 at 15:11, tedd wrote: At 1:01 PM -0400 5/12/06, Robert Cummings wrote: The original poster asked the question -- can it be done. And of course, the answer is Yes. Just because they may wish they were detecting something simpler such as captcha (maybe, since I could

[PHP] Back arrow button

2006-05-12 Thread Sugrue, Sean
Does anyone know how to launch a new page with having the back arrow button grayed out? Sean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Class/function scope general question

2006-05-12 Thread Edward Vermillion
On May 12, 2006, at 1:55 PM, Stut wrote: Edward Vermillion wrote: But my thought is that since the include was from inside the member function that the included function would be in the scope of the member function, and not global. (?) So if I have: class foo { function bar() {

Re: [PHP] Paged Results Set in MySQL DB with one result

2006-05-12 Thread Porpoise
tedd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 6:03 PM +0100 5/12/06, Porpoise wrote: Eerrrm... Blank Page!?! It shouldn't be blank. There should be a Next/Previous button -- isn't there? If so, then click Next If not, please tell me. Err. Well, yes

[PHP] Issues with upgrade to PHP 4.4.1

2006-05-12 Thread Chris Bruce
I have a dedicated server and my host just did an upgrade of PHP to 4.4.1. This has caused a couple of major errors and I wanted to share them to see if anyone has any answers or has experienced similar problems. 1. imap functions are not working correctly. Specifically calling it thus:

Re: [PHP] Back arrow button

2006-05-12 Thread Brad Bonkoski
Not really a PHP question... But, since it is Friday ;-) As our friend Google: http://www.google.com/search?hl=enq=Javascript+disable+back+button HTH -Brad Sugrue, Sean wrote: Does anyone know how to launch a new page with having the back arrow button grayed out? Sean -- PHP General

Re: [PHP] Parsing images

2006-05-12 Thread tedd
I think you've changed the grounds of the argument. Me??? Would I do that? Not unless I was losing the argument. :-) The problem is fairly trivial in comparison to more important problems. That's basically what I meant. But implementing the solution is not trivial. When you first made

[PHP] php.dev, network timeout??

2006-05-12 Thread Jon
This isn't strictly a php question. Its actually a question about the mailing lists in general. I know I must be doing something really stupid but I seem to be having a lot of problems with network timeouts while browsing the mailing lists. The dev mailing list is the worst as I have yet to

Re: [PHP] Re: SimpleXML is creating nodes when it shouldn't...

2006-05-12 Thread Marcus Boerger
Hello D., SimpleXML was never ever designed to have methods. If you prefer methods then you probably might be better with xmlReader or Dom. Either way i *may* do something about it. Right now it perfectly fits my needs :-) best regards marcus Friday, May 12, 2006, 5:42:23 PM, you wrote:

Re: [PHP] php.dev, network timeout??

2006-05-12 Thread chris smith
On 5/13/06, Jon [EMAIL PROTECTED] wrote: This isn't strictly a php question. Its actually a question about the mailing lists in general. I know I must be doing something really stupid but I seem to be having a lot of problems with network timeouts while browsing the mailing lists. The dev

Re: [PHP] php.dev, network timeout??

2006-05-12 Thread Jon
chris smith wrote: On 5/13/06, Jon [EMAIL PROTECTED] wrote: This isn't strictly a php question. Its actually a question about the mailing lists in general. I know I must be doing something really stupid but I seem to be having a lot of problems with network timeouts while browsing the mailing

[PHP] LDAP Authentication

2006-05-12 Thread Thomas Bonham
Hello, I'm trying to do a ldap authentication page. I can get there username and I don't know how to get the password from ldap. It didn't show up in the the search for the command line. So how do I get the password of the users? Thomas -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: PHP/Dreamweaver CSS issue

2006-05-12 Thread Jon
The Doctor wrote: I am trying to modularize a Web Page using one of Dremweaver's CSSes. It works in Firefox but it falls about in IE. Is IE at fault or the modularization? It is neither Firefox's fault nor the concept of modularization. The fault is probably 55% IE's and 45%

Re: [PHP] PHP SRM, a dead project?

2006-05-12 Thread Kevin Waterson
This one time, at band camp, D. Dante Lorenso [EMAIL PROTECTED] wrote: All, I'm interested in a PHP application server that is non-webserver based which I can run on Linux. I was hoping for something like: * http://www.vl-srm.net/index.php Bananas rule my world. The project is a