Using php

Alex Rice alex at mindlube.com
Tue Feb 17 20:24:43 EST 2004


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



More information about the metacard mailing list