AJAX diagram application

L

lucavilla

Tom Cole ha scritto:
Is there something wrong with this one?

Yes, it requires a couple a strange PHP libraries (Xajax and PEAR::DB)
that my hosting provider doesn't have installed... :(
 
O

Oliver Block

I mean apps similar to Microsoft Visio but done in web/AJAX... and even
much simpler... (like the above)

By the way: I was reading "The XSLT Cookbook" from O'Reilly (publisher). In
that book, there is a recipe, to convert Microsoft Visio Output to SVG
using XSLT transformation.

Regards,

Oliver
 
T

Toby Inkster

lucavilla said:
Yes, it requires a couple a strange PHP libraries (Xajax and PEAR::DB)
that my hosting provider doesn't have installed... :(

It may well be possible for you to install them yourself. For most PHP
libraries, it's a simple matter of creating a directory called "includes"
in your web root; using ".htaccess" in that directory to make all the
files inaccessible to browsers; copying the required files into that
directory; and then adding that directory to your PHP includes path (which
can also be done using a ".htaccess" file).

If you need details, try comp.lang.php.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top