Hello. The scenario is a div and in the div are multiple cloned images, its like a floor plan thing and I would like to save that into the database and i guess i would have to convert it into a pdf or something to do so. That pdf would also be able to be retrieved and converted into its original state, html. ideas or suggestions?
nadiam 0 Posting Pro in Training
Recommended Answers
Jump to PostOk am I to assume that you want to save 'snapshots' of different layouts? E.g. with three chairs here and 4 tables there, sort of thing?
Jump to PostAgreed with Traevel with regard to data to be saved. An example could be...
snapshot
id | title | description | user_id | timestampsnapdata
id | snap_id | svg_id | label | scale_percent | colour | x | y | z_index | rotationsvgs
id | label | description …
Jump to PostI'm assuming 'table1' is the object and it should have a unique id? If you have a "save" or "update" button. Then you can ajax the data to the db. Pass the properties of the object as post data. Let a php file do the updating to the db and …
All 11 Replies
Bensirpent07 0 Junior Poster
nadiam 0 Posting Pro in Training

diafol
Traevel 216 Light Poster

diafol
nadiam 0 Posting Pro in Training

diafol
nadiam 0 Posting Pro in Training

diafol
nadiam 0 Posting Pro in Training

diafol
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.