[PHP] Reading and using GIF files

2003-10-30 Thread BENARD Jean-philippe
Hi, Now GD doesn't support GIF file format, how can I use imageXXX functions in order to resize/transform/... GIF files? Are there any tools transforming GIF to JPG/PNG/..? Thks in advance. (o_ BENARD Jean-Philippe - Consultant STERIA Infogérance (o_ (o_

RE: [PHP] Reading and using GIF files

2003-10-30 Thread BENARD Jean-philippe
:[EMAIL PROTECTED] Envoyé : jeudi 30 octobre 2003 14:53 À : BENARD Jean-philippe Cc : [EMAIL PROTECTED] Objet : Re: [PHP] Reading and using GIF files BENARD Jean-philippe wrote: Hi, Now GD doesn't support GIF file format, how can I use imageXXX functions in order to resize/transform/... GIF

[PHP] PHP 4.3.3 On Netscape WebServer

2003-10-24 Thread BENARD Jean-philippe
Hi, I don't find anything about PHP module/integration for netscape webserver. Does somebody has done it or know where I can found interesting articles? (how to compile PHP, how to make a module, ...). Many thanks in advance. (o_ BENARD Jean-Philippe - Consultant STERIA

RE: [PHP] DB's on seperate server

2003-10-20 Thread BENARD Jean-philippe
Hi, With Oracle I'm sure the answer is YES. Once compiled, PHP needs Oracle libs in order to use OCI. I don't know exactly which libs but I think there's somewhere a list of all needed libs which you could copy on your web server. Cordialement, Jean-Philippe BENARD Consultant STERIA

[PHP] const in PHP

2003-10-16 Thread BENARD Jean-philippe
; } function is_set() { if ($this-set === true) return true; else return false; } } (o_ BENARD Jean-Philippe - Consultant STERIA Infogérance (o_ (o_ //\ RENAULT DTSI/ODPS/[EMAIL

[PHP] PHP Rading excel files

2003-09-29 Thread BENARD Jean-philippe
Hi ! It's possible to export data to excel (csv, xml, PEAR excel file writing, ...) but is it possible to import data from excel ? (i.e.: I want to get the data which is in Cell A1 of sheet Toto in the posted .xls file). Thanks in advance. (o_ BENARD Jean-Philippe

[PHP] RE : [PHP] PHP Rading excel files

2003-09-29 Thread BENARD Jean-philippe
:[EMAIL PROTECTED] Envoyé : lundi 29 septembre 2003 14:40 À : BENARD Jean-philippe Objet : Re: [PHP] PHP Rading excel files I created a database dump that accepts tab delimited files. You'd have to export your xls file to a tab delimited file (which is a no-brainer). Here is the code

[PHP] RE : [PHP] Start php-script with exec()?

2003-09-23 Thread BENARD Jean-philippe
Maybe you'll need to add /dev/null at the end of your execution command. Adding this will put your script to background and php wouldn't wait for this script end before terminate http process (= no browser timeout). For example : exec(/logiciel/php/bin/php /tmp/toto.php /dev/null );

[PHP] PHP class and extends

2003-09-23 Thread BENARD Jean-philippe
= [herited_class]-ExecuteQuery(x,y); return array($tmpResult[1], $tmpResult[0]); } Thanks in advance ! (o_ BENARD Jean-Philippe - Consultant STERIA Infogérance (o_ (o_ //\ RENAULT DTSI/ODPS/[EMAIL PROTECTED] * ALO * API : MLB 02C 1 14 (/)_ (\)_ V_/_ 2 Av du vieil étang * 78181

[PHP] RE : [PHP] PHP Editor - which to use?

2003-09-22 Thread BENARD Jean-philippe
Not a php-must-have-editors but useful ones, for example, are phpEd and Zend Studio (text completion, functions library, ...). I found that Zend Studio is a good one because of internal CVS connexions, work on UNIX Windows systems, Project managements, ... I think it's a good choice for a

[PHP] SSO (Single Sign On) for multiple PHP apps

2003-09-18 Thread BENARD Jean-philippe
for political reason (We can't imagine making them in PHP ...). If the first solution exist (making a SSO for all PHP apps), is a second solution for PHP/JAVA SSO could be imagined? Many thanks in advance. (o_ BENARD Jean-Philippe - Consultant STERIA Infogérance (o_ (o_