On Feb 17, 2004, at 8:16 PM, Shari wrote:
Am I missing something?
Sounds like you are getting the file off the filesystem instead of via http. Try getting the URL
get URL "http://your-site.com/your.php"
Then you will get the content after PHP is done processing it.
If you do
get "your.php"
then probably you are reading the file off disk, and PHP has not processed it.
-- Alex Rice | Mindlube Software | http://mindlube.com
_______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
