How can add various applications to website

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
ammuvava
Forum Newbie
Posts: 2
Joined: Wed Apr 06, 2011 9:29 pm

How can add various applications to website

Post 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.
fugix
Forum Contributor
Posts: 207
Joined: Fri Mar 18, 2011 8:01 pm

Re: How can add various applications to website

Post by fugix »

the movie player you can easily embed using either html <embed></embed> or PHP functions
ammuvava
Forum Newbie
Posts: 2
Joined: Wed Apr 06, 2011 9:29 pm

Re: How can add various applications to website

Post by ammuvava »

Can I add all those applications using the html tag?
fugix
Forum Contributor
Posts: 207
Joined: Fri Mar 18, 2011 8:01 pm

Re: How can add various applications to website

Post by fugix »

im not sure about the first two. I would have to look into it, maybe though
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: How can add various applications to website

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