Page 1 of 1

simple shoutbox

Posted: Fri Jan 02, 2004 2:03 pm
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..

Posted: Fri Jan 02, 2004 2:04 pm
by Straterra
So...um...what is your question?

Posted: Fri Jan 02, 2004 3:53 pm
by mwong
Yes. It is pretty simple

Posted: Fri Jan 02, 2004 3:55 pm
by m3mn0n
It shouldnt take more than an hour if you want it fully featured...

Posted: Fri Jan 02, 2004 6:10 pm
by Vietboy
could you post the sources code here?

Posted: Fri Jan 02, 2004 6:23 pm
by 7up
hey does anyone know how to embed a php file into html????

Posted: Fri Jan 02, 2004 9:33 pm
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