Results 1 to 3 of 3

Thread: Php Shoutbox On Html Page

  1. #1
    BawA's Avatar FST Pioneer BT Rep: +1
    Join Date
    Jun 2003
    Location
    Some Where but not here
    Age
    41
    Posts
    4,213
    i want to install a PHP shoutbox on ma website which is html, ist possibale?


    "You can be mad as a mad dog at the way things went; you can swear and curse the fates, but when it comes to the end, you have to let go"
    Benjamen button

  2. Internet, Programming and Graphics   -   #2
    vivitron 15's Avatar Poster
    Join Date
    Jan 2003
    Location
    North East England, UK
    Posts
    1,741
    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)
    <insert signature here>

  3. Internet, Programming and Graphics   -   #3
    As vivitron suggested find out if ur host supports php. Rename your file to php and include the php code under
    Code:
    &#60;?php 
    //Code comes here 
    ?&#62;
    Otherwise bravenet and several other sites already provide scripts which you can include.
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •