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
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
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.
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.