| From | Richard Managh |
| Date | Wed, 03 Jan 2007 12:12:35 +1300 |
| Subject | Re: [greenstone-users] custom macros, extra.dm, and php |
| In-Reply-To | (BAY120-F3344111F510A481616D767C9BA0-phx-gbl) |
|
Hi
Anson, The problem here is that your webserver uses greenstone to spit out html directly to a users browser, your webserver also uses php to spit out html directly to a users browser, just not normally at the same time. In your case your webserver is using greenstone to directly generate that page, and php isnt in the loop. You could try inserting an iframe in your page that points to a file ending in .php, that will hopefully tell your webserver to interpret the contents of your iframe as php, and get you the desired result. Regards Richard. -- DL Consulting Greenstone Digital Library and Digitisation Specialists contact@dlconsulting.com www.dlconsulting.com Anson Parker wrote: Hi all, | |