Page 1 of 1

Interface designing in PHP

Posted: Wed Mar 28, 2012 5:58 am
by shanthini
Hi

Is there any interface designer tool in PHP similar to

"wwwdotdigitalsignagedotcom/video-tutorials/"

(Since urls are not allowed I typed as above. Pls replace dot with .)

if not Is there any form designer tool in PHP

if not Is any other designer tool that can be integrated to PHP

if not Please advise how can we achieve this interface designing using PHP

Thank you

Re: Interface designing in PHP

Posted: Wed Mar 28, 2012 6:12 am
by Celauran
You could learn HTML and actually code it yourself. This way you end up with good, clean code rather than the rubbish that WYSIWYG editors produce.

Re: Interface designing in PHP

Posted: Thu Mar 29, 2012 12:46 am
by shanthini
Hi,

I need to provide an interface through my PHP web application for the users to create banners

like users can upload images, videos, text and position them by pick and place/drag drop, also they will be able increase font size, change color, rotate etc So that they can create a banner thro' our PHP application.

Hope now I have explained my point clear

Thanks

Re: Interface designing in PHP

Posted: Thu Mar 29, 2012 3:16 pm
by Tiancris
I use TinyMCE to allow users to edit HTML in my web applications, save this HTML into the database and then show it where appropiate.