Duncan,
Jason is right. It is not a good idea to do this.
However, if you still want to to this, check the exec() function.
htt://www.php.net/exec
Regards,
Amit
www.digitalamit.com
Jason Barnett wrote:
Why would you want to do this? Blindly installing applications from web
links is *a bad idea*
Duncan,
Jason is right. It is not a good idea to do this.
However, if you still want to to this, check the exec() function.
htt://www.php.net/exec
Regards,
Amit
www.digitalamit.com
Jason Barnett wrote:
Why would you want to do this? Blindly installing applications from web
links is *a bad idea*
Duncan,
Jason is right. It is not a good idea to do this.
However, if you still want to to this, check the exec() function.
htt://www.php.net/exec
Regards,
Amit
www.digitalamit.com
Jason Barnett wrote:
Why would you want to do this? Blindly installing applications from web
links is *a bad idea*
I could be wrong, but ORGI_ variables are usually added when PHP is
being used as CGI mode.
Amit
www.digitalamit.com
Kevin Williams wrote:
I have PHP 5.0.2 working in Apache 2.0.52 as a module, on WinXP SP2, and
I'm trying to test coWiki (CVS-HEAD). I'm using Komodo 3.0.1 (eval) to
debug it ove
First of all, the ScriptAlias should be written as
ScriptAlias /php/ "C:/php/"
Secondly, try executing the program from the command line and see if it
gives any error
c:\php\php-cgi index.php
If it gives any error, correct these errors and try again.
Amit
www.digitalamit.com
George Broyles wrote:
PHP5 has BOTH client API's versions v3.x and v4.x.
Howver, the v4.x has been made to start with mysqli_* (i for improved) functions
Regards,
Amit
www.digitalamit.com
David Reade wrote:
Hello!
I'm running Apache 2.0.49 with PHP 5.0.0.0RC3 which comes with MySQL Client
API 3.23.57! I'm also runn
Also, make sure that there is not empty space or empty lines before the first
Regards,
Amit
http://www.digitalamit.com/
B.A.T. Svensson wrote:
Check your code again, anda again! Because somewhere you already starts to
output something - hence the error messsage. Not /if/, but /when/ you are
115% s