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
Interface designing in PHP
Moderator: General Moderators
Re: Interface designing in PHP
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
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
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
- Tiancris
- Forum Commoner
- Posts: 39
- Joined: Sun Jan 08, 2012 9:54 pm
- Location: Mar del Plata, Argentina
Re: Interface designing in PHP
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.