Interface designing in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shanthini
Forum Newbie
Posts: 12
Joined: Wed Jun 18, 2008 11:22 pm

Interface designing in PHP

Post 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
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Interface designing in PHP

Post 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.
shanthini
Forum Newbie
Posts: 12
Joined: Wed Jun 18, 2008 11:22 pm

Re: Interface designing in PHP

Post 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
User avatar
Tiancris
Forum Commoner
Posts: 39
Joined: Sun Jan 08, 2012 9:54 pm
Location: Mar del Plata, Argentina

Re: Interface designing in PHP

Post 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.
Post Reply