Re: Including External Pages

2002-07-02 Thread Jim Lundeen
check out Server-Side Includes - particularly Include Virtual and Exec CGI (execute CGI). Here's a link I just grabbed from Google, there are plenty of references out there though... http://www.webcom.com/~webcom/help/inc/include.shtml Jimmy James Kyle Babich wrote: > What would I use to in

Re: Including External Pages

2002-07-02 Thread Jim Lundeen
i see what you're saying. i don't know the "correct" answer, but the way i do it is to do a simply open command on the file i want to include, read the contents of the file and then print it out inside of the program. but i'm sure someone else out there with a bit more experience in this are