Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: three plus four?
(Example: nine)

The Note You're Voting On

vlad dot sharanhovich at gmail dot com
17 years ago
The double quote problem on Windows platform discussed earlier here in comments still present in PHP 5.2.5. You can't execute system($command) if $command contains more than 2 " chars. system('"echo" A'); works, while system('"echo" "A"'); does not. Search comment, that was a solution posted to overhaul this issue via temporary .bat file.

<< Back to user notes page

To Top