Posted by Jerry Stuckle on 05/17/07 18:15
cmk128@hotmail.com wrote:
> Hi
> I need to create a website, the function of the web should near
> microsoft visio. Please tell me what php library can let me to create
> a sharp on the web, and able to drag it and put a line to link two
> sharps (like the flow chart).
> thanks
> from Peter (cmk128@hotmail.com)
>
Peter,
Impossible in PHP. PHP is server side; it doesn't know what the client
is doing until the click on a submit button, etc.
You might be able to do it with Javascript and/or Ajax - I've never
tried so have no idea what might be out there for libraries. But I
think even that might be difficult.
I think you need to find another option.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|