PDA

View Full Version : Php Shoutbox On Html Page



BawA
04-27-2004, 02:45 PM
i want to install a PHP shoutbox on ma website which is html, ist possibale?

vivitron 15
04-27-2004, 05:24 PM
if you have your site on a host which allows php then change the extension to .php and then simply add the code.

if not, then you most likely would need to use a frame to a host which does allow php

maybe try this out:
http://www.javascript.nu/cgi4free/

i know lamsey uses it on his site (where i got the link from)

I.am
04-27-2004, 08:45 PM
As vivitron suggested find out if ur host supports php. Rename your file to php and include the php code under

<?php
//Code comes here
?>
Otherwise bravenet and several other sites already provide scripts which you can include.