12 messages in org.openoffice.fr.progRe: [prog] Problème lorsque je change...
FromSent OnAttachments
Vincent BuysJun 10, 2005 6:13 am 
Laurent GodardJun 10, 2005 6:23 am 
Vincent BuysJun 10, 2005 6:43 am 
Laurent GodardJun 10, 2005 6:46 am 
Vincent BuysJun 13, 2005 3:14 am 
LE LOUARNE SergeJun 13, 2005 8:53 am 
Vincent BuysJun 13, 2005 8:58 am 
LE LOUARNE SergeJun 13, 2005 12:17 pm 
Alain NowakJun 17, 2005 8:16 am 
Vincent BuysJun 17, 2005 10:27 am 
StéphaneJun 17, 2005 1:08 pm 
Alain NowakJun 20, 2005 2:19 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [prog] Problème lorsque je change de versionActions...
From:LE LOUARNE Serge (serg@neuf.fr)
Date:Jun 13, 2005 8:53:18 am
List:org.openoffice.fr.prog

Vincent Buys wrote:

Bonjour, [...] Voici comment je lance: Script php

$execution = "lanceur.sh /var/www/html/upload/essais.doc DOC"; exec ($execution);

[...]

Bonjour,

Peut être que tu devrait mettre : $execution = "./lanceur.sh /var/www/html/upload/essais.doc DOC"; Vu que ton serveur est sous linux.

Tchao, Serge