PHP script for blog and chat server?

  • Thread starter Thread starter subhro
  • Start date Start date
S

subhro

Guest
I need to make a project in which I need to implement a blog and a chat server . Can anyone give any idea about the php scripts for the same or at least suggest any links for the same.
Thnx
 
You'll need more than just a PHP script. You'll need a small database as well that can be updated with the PHP.

The easiest way to implement the chat into the blog would be to use an iframe, and set it up to refresh over time (which is easy to do.)

Of course, this is your project and I'm not going to write it for you (unless you have mullah, then we can talk.)
 
Back
Top