@all:
I just noticed that I was not replying to the list, but to the
posting email adresses. I just switched to another email client
and was not aware of this. My apologies :-(
---
You,
could it be that you want to do the following?:
<?php
// primary php
$foo = $_REQUEST["foo"]
// I guess you want to do something with $foo here.
$outputfromsecondaryphp = file("secondary.php?foo=".$foo)
echo implode('', $outputfromsecondaryphp);
?>
Am Dienstag den, 3. September 2002, um 00:15, schrieb you:
> Thanks for ur help and i'm sorry to have a so bad english
I guess my french is worse than your english :-)
Timo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php