simple shoutbox

Looking for volunteers to join your project? Need help with a script but can't afford to pay? Want to offer your services as a volunteer to build up your portfolio? This is the place for you...

Moderator: General Moderators

Post Reply
Vietboy
Forum Commoner
Posts: 41
Joined: Mon Dec 01, 2003 10:59 pm

simple shoutbox

Post by Vietboy »

HI you guys.

I try to dl some shoutbox from hotscripts.com and none of them works for me.

I was wondering if write a simple one.

with php/mysql

It will have name fields: name, e-mail, web, message
Then once a user slick submit, it write to the database. just trying to keep it simple..
Straterra
Forum Regular
Posts: 527
Joined: Mon Nov 24, 2003 8:46 am
Location: Indianapolis, Indiana
Contact:

Post by Straterra »

So...um...what is your question?
mwong
Forum Commoner
Posts: 34
Joined: Sun Dec 28, 2003 2:58 am

Post by mwong »

Yes. It is pretty simple
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

It shouldnt take more than an hour if you want it fully featured...
Vietboy
Forum Commoner
Posts: 41
Joined: Mon Dec 01, 2003 10:59 pm

Post by Vietboy »

could you post the sources code here?
7up
Forum Newbie
Posts: 18
Joined: Tue Dec 09, 2003 12:47 pm

Post by 7up »

hey does anyone know how to embed a php file into html????
fungku
Forum Newbie
Posts: 5
Joined: Wed Dec 31, 2003 11:59 pm

Post by fungku »

<?php include('file_dir/file_name.php'); ?>

Put that in a webpage, and rename the webpage so it's extension is .php instead of .html
Post Reply