RE: [PHP] Reading and using GIF files

2003-10-30 Thread BENARD Jean-philippe
De : Marek Kilimajer [mailto:[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

[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_

[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 S

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 Inf

[PHP] "const" in PHP

2003-10-16 Thread BENARD Jean-philippe
function setDefaultAttributes() { $this->set = true; $this->attributes = ArcaAttributes::ATT_DEFAULT_PERSON_ATTRIBUTES; } function is_set() { if ($this->set === true) return true; else

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

2003-09-29 Thread BENARD Jean-philippe
ailto:[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 th

[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. (

[PHP] PHP class and extends

2003-09-23 Thread BENARD Jean-philippe
: (xxx_cl_app.php) function ExecuteQuery(x,y) { $tmpResult = [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

[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 &"); Co

[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 profe

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

2003-09-18 Thread BENARD Jean-philippe
es which are in the same workgroup 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