RE: [PHP] embed RTF in HTML using PHP

2005-06-14 Thread Andy Sandvik
convert the RTF into html, and then embed that instead. On 6/14/05, Andy Sandvik <[EMAIL PROTECTED]> wrote: > Looking to embed RTF within HTML without using any MSCRAP like DLL or IIS or > whatnot. Was wondering if existing PHP solution existed. > > -- > PHP Gener

RE: [PHP] embed RTF in HTML using PHP

2005-06-14 Thread Andy Sandvik
If you provided us with a sample site, that has RTF embedded in HTML it would be easier. For starters it would be easier to understand your question. Personally I reckon your best solution would be to convert the RTF into html, and then embed that instead. > Looking to embed RTF within HTML witho

[PHP] embed RTF in HTML using PHP

2005-06-14 Thread Andy Sandvik
Looking to embed RTF within HTML without using any MSCRAP like DLL or IIS or whatnot. Was wondering if existing PHP solution existed. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] include remote class

2005-05-10 Thread Andy Sandvik
im doing include('http://www.mysite.com/class.php'); and then i create new instance but i get error - cannot instantiate non-existant class how can i get this remotely hosted class file to be defined? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns