> I have a problem with a php script which contains an exec (identical
> problem
> with backtics and similar operators)
> some programs are simply not executed
> for example, having a simple 'hello world' program in c++ will work fine,
> but having a program that writes 'hello world' to a file won't work.
I think, that the permissions on the directory, where you want to put the
file, are not ok.
The directory must be writable for all users (because it is not YOU who
writes the file but the webserver!!!).
witty
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
--
GMX Tipp:
Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1!
http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]