Hi!

I am using a web page that uses the following php code to display the
contents of a dynamically update webpage:

<?php
include("http://.../source.xls);
?>

Is it possible to "forward" the contents of the code to a javascript?
eg if the file "source.xls" contains the text "help me" is it possible to
send that text to a javascript? I am quite stuck here so any help would be
greatly appreciated.

regards

Peter

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to