php-general Digest 23 Nov 2008 16:33:05 -0000 Issue 5806

2008-11-23 Thread php-general-digest-help
php-general Digest 23 Nov 2008 16:33:05 - Issue 5806 Topics (messages 283705 through 283713): Re: Open Project 283705 by: sharmishtha gupta Re: Displaying information from table graphically] 283706 by: dzenan.causevic.wise-t.com 283707 by: dzenan.causevic.wise-t.com

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
Hardly any PHP lib's support WSOT? So it's J2EE strictly compatible? Ashley Sheridan wrote: On Sat, 2008-11-22 at 23:07 -0100, [EMAIL PROTECTED] wrote: http://en.wikipedia.org/wiki/Adobe_Flash#Programming_language Of late, the Flash libraries are being used with the XML capabilities of

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
Yes however problem with using DIV's is that they are supported only from IE7, which is significant shortcoming I believe Maybe I missed soemthing... what was wrong with Stut's suggestion of using divs? Absolute divs within a relative div is great for treating a box as a canvas with image

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
Now does it mean that I will have to create and incorporate webservices with my existing PHP web application? Does Flex support PHP in that respect? Sounds like J2EE strictly, but can I do it from PHP? On Sat, 2008-11-22 at 23:07 -0100, [EMAIL PROTECTED] wrote:

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 10:20 -0100, [EMAIL PROTECTED] wrote: Yes however problem with using DIV's is that they are supported only from IE7, which is significant shortcoming I believe Maybe I missed soemthing... what was wrong with Stut's suggestion of using divs? Absolute divs within a

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
Excellent, it's good to know that. I think someone earlier in the discussion mentioned that DIV's were supported from IE7. He probabily meant fully supported, I am not absolutely sure but anyway it's good to know there are other experiences with IE as well. How about IE5? Does anyone have any

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 11:21 -0100, [EMAIL PROTECTED] wrote: Excellent, it's good to know that. I think someone earlier in the discussion mentioned that DIV's were supported from IE7. He probabily meant fully supported, I am not absolutely sure but anyway it's good to know there are other

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Nathan Rixham
Robert Cummings wrote: Maybe I missed soemthing... what was wrong with Stut's suggestion of using divs? Absolute divs within a relative div is great for treating a box as a canvas with image layers. Each layer being clickable in it's visible portion (unless obscured by an overlayed transparent

[PHP] issue with php.ini

2008-11-23 Thread Alain Roger
Hi, i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i uncomment the following lines: extension=php_mysql.dll extension=php_pdo.dll extension=php_pdo_mysql.dll extension=php_pdo_pgsql.dll extension=php_pdo_sqlite.dll extension=php_pgsql.dll extension=php_sqlite.dll

[PHP] Re: Form Input Type=File

2008-11-23 Thread Stan
I surrender. My web site is too complex to explain here. I accept that IE 6 SP 1 and FireFox 3.0.4 have implemented what Input Type=File ... returns differently. Thanks, Stan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Open Project

2008-11-23 Thread Alex Chamberlain
Evening All, I'm feeling the need to either start or contribute to something opensource and in PHP. Anybody have any worthy causes or projects they'd like to collab on to get off the ground; open to all options preference going to anything framework, orm, webservice or basically

[PHP] Re: Form Input Type=File

2008-11-23 Thread Shawn McKenzie
Stan wrote: I surrender. My web site is too complex to explain here. Yes, I poked around on it from the link in your previous email. I must say that it appears that you have made things much more complex than they need to be. -- Thanks! -Shawn http://www.spidean.com -- PHP General

[PHP] Re: IMagick confusion - SOLVED but still confused

2008-11-23 Thread Stan
After messing with this for 2 days I finally got ?php $picture = $_GET['PICTURE']; /* need to get filetype from querystring picture= */ header('Content-type: image/jpg'); $image = new IMagick($picture); $exifArray =

[PHP] file_Exists() and case

2008-11-23 Thread Stan
If $basePicture = ../pictures/2008 west coast trip/2008-06-10 first week at Chris'/DSC_0011.jpg and the file actually is ../pictures/2008 west coast trip/2008-06-10 first week at Chris'/DSC_0011.JPG (uppercase extension) the following snippet of code

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
I absolutely agree. This type of scenario is exactly what they had in mind when they decided to develop Flex technology. And I have no time to experiment or take risk. I did some aditional reading on Flex in the mean time, and I found out that it is fully integratable with existing PHP web

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Nathan Rixham
[EMAIL PROTECTED] wrote: I absolutely agree. This type of scenario is exactly what they had in mind when they decided to develop Flex technology. And I have no time to experiment or take risk. I did some aditional reading on Flex in the mean time, and I found out that it is fully integratable

Re: [PHP] file_Exists() and case

2008-11-23 Thread Craige Leeder
Stan wrote: If $basePicture = ../pictures/2008 west coast trip/2008-06-10 first week at Chris'/DSC_0011.jpg and the file actually is ../pictures/2008 west coast trip/2008-06-10 first week at Chris'/DSC_0011.JPG (uppercase extension) the following snippet of code

Re: [PHP] issue with php.ini

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 17:33 +0100, Alain Roger wrote: Hi, i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i uncomment the following lines: extension=php_mysql.dll extension=php_pdo.dll extension=php_pdo_mysql.dll extension=php_pdo_pgsql.dll extension=php_pdo_sqlite.dll

Re: [PHP] issue with php.ini

2008-11-23 Thread Alain Roger
Yes, i do it in that way but nothing changed On Sun, Nov 23, 2008 at 6:34 PM, Ashley Sheridan [EMAIL PROTECTED]wrote: On Sun, 2008-11-23 at 17:33 +0100, Alain Roger wrote: Hi, i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i uncomment the following lines:

Re: [PHP] file_Exists() and case

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 12:24 -0500, Craige Leeder wrote: Stan wrote: If $basePicture = ../pictures/2008 west coast trip/2008-06-10 first week at Chris'/DSC_0011.jpg and the file actually is ../pictures/2008 west coast trip/2008-06-10 first week at Chris'/DSC_0011.JPG (uppercase

Re: [PHP] issue with php.ini

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 18:32 +0100, Alain Roger wrote: Yes, i do it in that way but nothing changed On Sun, Nov 23, 2008 at 6:34 PM, Ashley Sheridan [EMAIL PROTECTED]wrote: On Sun, 2008-11-23 at 17:33 +0100, Alain Roger wrote: Hi, i've reinstalled PHP 5.2.6 on my windows XP x64

Re: [PHP] issue with php.ini

2008-11-23 Thread Alain Roger
On Sun, Nov 23, 2008 at 6:41 PM, Ashley Sheridan [EMAIL PROTECTED]wrote: On Sun, 2008-11-23 at 18:32 +0100, Alain Roger wrote: Yes, i do it in that way but nothing changed On Sun, Nov 23, 2008 at 6:34 PM, Ashley Sheridan [EMAIL PROTECTED]wrote: On Sun, 2008-11-23 at 17:33 +0100,

Re: [PHP] issue with php.ini

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 18:44 +0100, Alain Roger wrote: On Sun, Nov 23, 2008 at 6:41 PM, Ashley Sheridan [EMAIL PROTECTED]wrote: On Sun, 2008-11-23 at 18:32 +0100, Alain Roger wrote: Yes, i do it in that way but nothing changed On Sun, Nov 23, 2008 at 6:34 PM, Ashley Sheridan

Re: [PHP] file_Exists() and case

2008-11-23 Thread Nathan Rixham
Stan wrote: The script is running on an UBUNTU v8.04 LAMP server. Case is supposed to matter, isn't it? out of interest try putting clearstatcache() before if(!file_Exists($basePicture)) ps.. sure it should be file_exists all lowercase - perhaps you're choosing to use call the function

[PHP] PHP causing Script: '/usr/www/...' in httpd-error.log?

2008-11-23 Thread robert arnesson
Hello all, I get plenty of error messages (100 000+ / day) in my Apache httpd-error.log like the ones shown here [Sun Nov 23 11:34:42 2008] Script: '/usr/www/example/core/js/wall.php' [Sun Nov 23 11:35:35 2008] Script: '/usr/www/example/core/js/wall.php' [Sun Nov 23 11:36:07 2008] Script:

Re: [PHP] issue with php.ini

2008-11-23 Thread Alain Roger
Well if you check my 2nd email you will see my signature :-) but it does not matter... i did several little changes but i'm scared that only modules link to php.exe at the make command status have been loaded. :-( my changes where about modules loading, extension folder, and so on... -- Alain

Re: [PHP] issue with php.ini

2008-11-23 Thread Nathan Rixham
i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i extension=php_mysql.dll extension=php_pdo.dll extension=php_pdo_mysql.dll extension=php_pdo_pgsql.dll extension=php_pdo_sqlite.dll extension=php_pgsql.dll extension=php_sqlite.dll extension=php_dbg.dll-5.2.x phpinfo() and i see

[PHP] Re: PHP causing Script: '/usr/www/...' in httpd-error.log?

2008-11-23 Thread Nathan Rixham
robert arnesson wrote: Hello all, I get plenty of error messages (100 000+ / day) in my Apache httpd-error.log like the ones shown here [Sun Nov 23 11:34:42 2008] Script: '/usr/www/example/core/js/wall.php' [Sun Nov 23 11:35:35 2008] Script: '/usr/www/example/core/js/wall.php' [Sun Nov 23

[PHP] Re: PHP causing Script: '/usr/www/...' in httpd-error.log?

2008-11-23 Thread Nathan Rixham
robert arnesson wrote: What is causing these errors? further thought.. is PHP installed as CGI or SAPI? if CGI have you checked the apache settings to see if the ScriptLog directive is on any where? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] issue with php.ini

2008-11-23 Thread Alain Roger
On Sun, Nov 23, 2008 at 6:57 PM, Nathan Rixham [EMAIL PROTECTED] wrote: i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i extension=php_mysql.dll extension=php_pdo.dll extension=php_pdo_mysql.dll extension=php_pdo_pgsql.dll extension=php_pdo_sqlite.dll extension=php_pgsql.dll

[PHP] Re: PHP causing Script: '/usr/www/...' in httpd-error.log?

2008-11-23 Thread robert arnesson
A. There is no more to the log B. There are no calls to error_log() PHP is installed as CGI, I will check the ScriptLog dir (good tip!). I forgot to mention that this occurres on a few php-files only.. the rest is working fine. And there are no major differences between the files that show up in

Re: [PHP] issue with php.ini

2008-11-23 Thread Alain Roger
On Sun, Nov 23, 2008 at 7:27 PM, Alain Roger [EMAIL PROTECTED] wrote: On Sun, Nov 23, 2008 at 6:57 PM, Nathan Rixham [EMAIL PROTECTED] wrote: i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i extension=php_mysql.dll extension=php_pdo.dll extension=php_pdo_mysql.dll

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Nathan Rixham
[EMAIL PROTECTED] wrote: Since you already used it, and I have a doubt regarding wheter to use Zend or PDT with Eclipse, what is your opinion on that subject. Official Adobe Flex page recommends using Zend, but Zend is commercial too, and I generally preffer using open source, could I encounter

[PHP] Re: file_Exists() and case

2008-11-23 Thread Stan
Let me attack this in a different way. This started because my camera names files whatever.JPG and my thumbnail generator generates thumbnail files whatever.jpg. Given my workstation (upon which I edit code and run a web browser) is W2K and my web server is APACHE2 on UBUNTU, I sometimes have to

Fwd: [PHP] issue with php.ini

2008-11-23 Thread Alain Roger
On Sun, Nov 23, 2008 at 6:57 PM, Nathan Rixham [EMAIL PROTECTED] wrote: i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i extension=php_mysql.dll extension=php_pdo.dll extension=php_pdo_mysql.dll extension=php_pdo_pgsql.dll extension=php_pdo_sqlite.dll

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
Since you already used it, and I have a doubt regarding wheter to use Zend or PDT with Eclipse, what is your opinion on that subject. Official Adobe Flex page recommends using Zend, but Zend is commercial too, and I generally preffer using open source, could I encounter some depenency problems

[PHP] Re: Open Project

2008-11-23 Thread Nathan Rixham
Nathan Rixham wrote: Evening All, I'm feeling the need to either start or contribute to something opensource and in PHP. Anybody have any worthy causes or projects they'd like to collab on to get off the ground; open to all options preference going to anything framework, orm, webservice or

Re: [PHP] issue with php.ini

2008-11-23 Thread Nathan Rixham
Alain Roger wrote: it seems that it's a known problem. can someone comment it ? http://www.wampserver.com/phorum/read.php?2,40270,40311 you have to install PostgreSQL since enable extension only is not enough makes sence! -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Re: file_Exists() and case

2008-11-23 Thread Stut
On 23 Nov 2008, at 18:53, Stan wrote: Let me attack this in a different way. This started because my camera names files whatever.JPG and my thumbnail generator generates thumbnail files whatever.jpg. Given my workstation (upon which I edit code and run a web browser) is W2K and my web

[PHP] Re: file_Exists() and case

2008-11-23 Thread Nathan Rixham
Stan wrote: How can I do that, please? Do what? Detect, programmatically, FOR SURE and FOR CERTAIN, that a specific file exists. http://uk2.php.net/touch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: file_Exists() and case

2008-11-23 Thread Stan
This thread began because file_exists() WILL NOT tell that a file exists FOR SURE and FOR CERTAIN if the file you check for happens to be named whatever.jpg and whatever.JPG exists. I know this because IMagick then chokes on whatever.jpg because it DOESN't exist. -- PHP General Mailing List

[PHP] Re: file_Exists() and case

2008-11-23 Thread Stan
I do NOT want to create an empty file! Nathan Rixham [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Stan wrote: How can I do that, please? Do what? Detect, programmatically, FOR SURE and FOR CERTAIN, that a specific file exists. http://uk2.php.net/touch -- PHP General

Re: [PHP] Re: file_Exists() and case

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 13:12 -0600, Stan wrote: This thread began because file_exists() WILL NOT tell that a file exists FOR SURE and FOR CERTAIN if the file you check for happens to be named whatever.jpg and whatever.JPG exists. I know this because IMagick then chokes on whatever.jpg because

Re: [PHP] issue with php.ini

2008-11-23 Thread Nathan Rixham
Alain Roger wrote: Alain Roger wrote: it seems that it's a known problem. can someone comment it ? http://www.wampserver.com/phorum/read.php?2,40270,40311 you have to install PostgreSQL since enable extension only is not enough makes sence! -- PHP

Re: [PHP] Re: file_Exists() and case

2008-11-23 Thread Nathan Rixham
Stan wrote: This thread began because file_exists() WILL NOT tell that a file exists FOR SURE and FOR CERTAIN if the file you check for happens to be named whatever.jpg and whatever.JPG exists. I know this because IMagick then chokes on whatever.jpg because it DOESN't exist. a: you really

Re: [PHP] issue with php.ini

2008-11-23 Thread Alain Roger
Alain Roger wrote: it seems that it's a known problem. can someone comment it ? http://www.wampserver.com/phorum/read.php?2,40270,40311 you have to install PostgreSQL since enable extension only is not enough makes sence! -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Re: file_Exists() and case

2008-11-23 Thread Stut
On 23 Nov 2008, at 19:12, Stan wrote: This thread began because file_exists() WILL NOT tell that a file exists FOR SURE and FOR CERTAIN if the file you check for happens to be named whatever.jpg and whatever.JPG exists. I know this because IMagick then chokes on whatever.jpg because it

RE: [PHP] Re: Open Project

2008-11-23 Thread Alex Chamberlain
Nathan Rixham wrote: Evening All, I'm feeling the need to either start or contribute to something opensource and in PHP. Anybody have any worthy causes or projects they'd like to collab on to get off the ground; open to all options preference going to anything framework, orm,

Re: [PHP] Re: Open Project

2008-11-23 Thread Eric Butera
On Sun, Nov 23, 2008 at 5:34 PM, Alex Chamberlain [EMAIL PROTECTED] wrote: Nathan Rixham wrote: Evening All, I'm feeling the need to either start or contribute to something opensource and in PHP. Anybody have any worthy causes or projects they'd like to collab on to get off the

[PHP] how can I make an email bounce

2008-11-23 Thread Richard Kurth
I need to make a bunch of emails bounce in different ways so I can check to see if my script to read a mail box full of bounced emails will work properly. Does any body know how I can do this. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how can I make an email bounce

2008-11-23 Thread TG
I guess you'd need to make the delivery fail. The easiest way to do this is probably fill up the email box. If you have control over the mail server, you could set the quota for that email box to zero. Most other failures are going to be the result of problems that may or may not be easy to

Re: [PHP] Re: Open Project

2008-11-23 Thread Lester Caine
Nathan Rixham wrote: I've had a look through the two frameworks that Alex and Craige have sent through, done a lot of thinking and came to a decision, well more of an idea. I'd be interested in thoughts / comments. Snip definition of a 'framework ;) and really no point going any further