Hi,
ich habe ein File test1.php, das ruft per exec test2.php auf -->
exec('cd /home/www/html/de/ && /usr/bin/php test2.php &');
Funktioniert soweit problemlos. Wie kann ich jetzt bei dem Aufruf noch eine Variable an test2.php übergeben?
Danke Euch
ich habe ein File test1.php, das ruft per exec test2.php auf -->
exec('cd /home/www/html/de/ && /usr/bin/php test2.php &');
Funktioniert soweit problemlos. Wie kann ich jetzt bei dem Aufruf noch eine Variable an test2.php übergeben?
Danke Euch
Kommentar