Khalid El-Kary wrote... > if no one suggested a better way, i suggest that you write your data to a file > stream and then include it, but this will be time consuming (as i think) so > you should check a better way
I am writing to a file as well, but it's taking a long time since I have to delete and write via FTP. In my experience, generally you can't write directly to files using PHP, since it's running as a different user than the ones who owns the directory. -- Charles Wiltgen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php