HElp! How to add polls in html site?

Discussion in 'HTML & Website Design' started by mubashirnisar, Apr 23, 2009.

  1. #1
    Hay guys i Want to know that how can i add polls in html site? please tell me 2nd thing can i add php script? if yes then please give me that and also tell me the wat i can add. i need this

    Thanks a lot
     
    mubashirnisar, Apr 23, 2009 IP
  2. gummyworms

    gummyworms Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    yes you can, yes you can

    in your html code use
    <script src="/script.php" type="text/javascript"></script>
    Code (markup):
    then in the php file make sure you have
    <?php
    header("content-type: application/x-javascript");
    
    ?>
    PHP:
     
    gummyworms, Apr 23, 2009 IP
  3. geekos

    geekos Well-Known Member

    Messages:
    3,365
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    140
    #3
    geekos, Apr 23, 2009 IP
  4. designgenerator

    designgenerator Guest

    Messages:
    118
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    designgenerator, Apr 24, 2009 IP
  5. tranthai162000

    tranthai162000 Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you will find php script for voting and many other useful scripts here . all are free http:gentlesource.com/poll-voting/ .add two // after http: in the link (Live links and signatures are not available to me yet ).hope this will help you
     
    tranthai162000, Apr 24, 2009 IP