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
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_
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
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
function setDefaultAttributes() {
$this->set = true;
$this->attributes =
ArcaAttributes::ATT_DEFAULT_PERSON_ATTRIBUTES;
}
function is_set() {
if ($this->set === true)
return true;
else
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
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.
(
:
(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
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
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
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
11 matches
Mail list logo