Need help with making a contact table

Discussion in 'HTML & Website Design' started by ICE_monky, Jun 16, 2007.

  1. #1
    I've never really made a functional contact table. I can do the layout, but I really need some help on the functionality of one. If anyone can point me to a tutorial, or give me some script and tell me how to implement it, I would be greatfull. I also need some help with a shopping cart as well
     
    ICE_monky, Jun 16, 2007 IP
  2. Will Morgan

    Will Morgan Peon

    Messages:
    70
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just look at Pixel2Life.com.
     
    Will Morgan, Jun 19, 2007 IP
  3. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #3
    which serverside languages does your webhost support?

    By contact table I assume you mean a sendmail script that you are looking for. Once you know the language there are hundreds of free scripts available via googling
     
    AstarothSolutions, Jun 19, 2007 IP
  4. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ICE Monkey I have an easy one as long as PHP is enabled.
     
    LeetPCUser, Jun 19, 2007 IP
  5. ICE_monky

    ICE_monky Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    how can I find out if php is enabled on my webhost? And if its not, then how do I enable it
     
    ICE_monky, Jun 19, 2007 IP
  6. Will Morgan

    Will Morgan Peon

    Messages:
    70
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Do this:

    1) Make a file called info.php.

    2) Inside info.php, type the following code:
    <?php
    phpinfo();
    ?>
    PHP:
    3) Run the file on your server.

    4) If it runs and you get a purple page, congratulations, PHP is installed. If not, then your host probably runs ASP. I'm not too sure on that one, so it's best off just asking them.

    5) Delete info.php if it runs fine, since allowing anybody to see that data is a potential security hazard.
     
    Will Morgan, Jun 19, 2007 IP
  7. ICE_monky

    ICE_monky Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks. My host is 1and1 and I called them and the rep told me that their microsoft servers aren't set up for php, .net, asp. etc. unless you get a dedicated (which u set up yourself) but their linux servers do allow php and all. So thats the direction I'm gonna go. Thanks for all who helped.
     
    ICE_monky, Jun 19, 2007 IP