Help Needed on Intranet Portal

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
Oluwakore
Forum Newbie
Posts: 1
Joined: Fri Jul 09, 2010 1:59 pm

Help Needed on Intranet Portal

Post by Oluwakore »

Hello everyone, I wish to build an intranet portal/site accessible only to people within our local network, Please I need your help concerning the following problems

1. whats the best way to store multimedia files and how do you reference a file in a database
2. how to create an IM chat on a php intranet portal
3. how to run host a CMS portal an intranet network
4. How to include a download option on a php page 4 users to
5. Pros & Cons of HTTP Authentication Method
6. how to compile an html file to turn it into e-book
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Help Needed on Intranet Portal

Post by requinix »

1. Depends who you ask. Most developers will say that you should store the file as an actual file somewhere and put the file path and type in the database.
2. Google it.
3. Same way you host any other web server.
4. Where's the rest of the question?
5. Just use SSL, but if someone is snooping your intranet traffic then you have a larger problem.
6. Google it.
Post Reply