|
Posted by Sandman on 11/07/47 11:26
In article <1126531549.100750.71320@g44g2000cwa.googlegroups.com>,
sygsix@gmail.com wrote:
> Hello all.
>
> I am a Java programmer who sometimes dabbles in simple PHP stuff, and
> had a question that's way over my head, for you PHP experts.
>
> I would like to know how to dynamically edit a cuurently static HTML
> page which contains a map of a stands at a convention center. The
> static version of the page can be found here:
>
> http://www.ibertoldo.com/plano.htm
>
> I would like to be able to *visually* edit this page -- create, modify
> (re-shape and move boxes, assign data, etc.), and delete boxes on the
> page, and then click on a "Save" button to save the changes in my
> database.
>
> I am a feeling what I am asking for is something much more suited to
> Flash but I need to do it in PHP. Does anyone know of a graphic editor
> out there, something that allows drag-and-drop and stretching of HTML
> (DHTML) elements?
I'm confused - do you want to edit the image or the HTML? Both *can* be done
with PHP of course, but it's a little more complex than being the answer in a
simple usenet post.
For starters, PHP is not a graphics editor, so you won't be editing graphics
"live" or "dynamically" with PHP. PHP is server-side, not client-side. PHP can
be used to create images with basic shapes and imported images when given
specific instructions, but not dynamically through a web interface ion the way
I interprete your question.
The obvious question is of course - why would it be done in PHP? Why not just
use graphics editor and upload it to the site. That's what they are for.
--
Sandman[.net]
Navigation:
[Reply to this message]
|