Page 1 of 1

How can add various applications to website

Posted: Wed Apr 06, 2011 9:32 pm
by ammuvava
How can I add a text editor, image processor,movie player etc easily to my website which is created in PHP and MySQL.I'm new to PHP.Plz help me.

Re: How can add various applications to website

Posted: Wed Apr 06, 2011 9:39 pm
by fugix
the movie player you can easily embed using either html <embed></embed> or PHP functions

Re: How can add various applications to website

Posted: Wed Apr 06, 2011 9:44 pm
by ammuvava
Can I add all those applications using the html tag?

Re: How can add various applications to website

Posted: Wed Apr 06, 2011 9:47 pm
by fugix
im not sure about the first two. I would have to look into it, maybe though

Re: How can add various applications to website

Posted: Wed Apr 06, 2011 11:12 pm
by greyhoundcode
Jonah Bron would probably say something like Google is your friend at this point and with a matching emoticon, too.

- Text editor
- Smart image processor (though I'm not sure this is quite what you mean)
ammuvava wrote:I'm new to PHP.Plz help me.
Sounds a bit ambitious if you're just starting out, perhaps you should concentrate on getting a solid grip of the basics.