25 chars.? Need more spac
Status
Offline
Currently I parse a perl database using a php include in the usual fashion...
<? include ('http://www.url.com/database.pl?qry=QUERY'); ?>
I also have a script day.php which will (strangely enough) display the day ....
What I would like to be able to do is to create an include simlar to above, but replacing QUERY with the output of day.php - however even using absolute paths I still can't get it to work ... and may just scream until I'm sick (and I can...)
Would someone please enlighten me as to how I should be doing this??
Cheers!
Duncan
Bookmarks