Computer problems,Computer help
*AX SOFT>>>Programming & Design

Web developers: what type of code is this?


Web developers: what type of code is this?

I'll admit - I'm a freshman when it comes to web development. I do have a few sites and know a bit about html,
but I want to know what type of code makes up this site: www.whogavemecredit.com - I understand forms are involved,
are the webmasters here using a program/script I just never heard of, or is this completely unique to them? The source
gives no credit to the developers, and I'm definately not qualified to write something like this, so I'm wondering if
there is some kind of download that is available to put this type of database on my website. Thanks

They are using php. Php is really simple and easy to learn. Best of all you can do it all free. You can go to php's site and download the software, you will also need MySql for the database which is also a free download. The last thing you will need is a webserver, you can download apache for free too. There is alot of reference material on the web too, on how to go about building a php site.

It's PHP, copied from the site source: <form action="/forms/addinfo.php" method="post">

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • What is the correct term to list on a resume?

    What you are describing is called Web Content Management

    ...
  • How can i make my own site?please give me all the steps.?

    Setting up a Web site is very easy and if you want to do it for free just go to ...

  • How many bits will it take to represent a number of this type xxx.xx ?

    I have to assume that you want a fixed point representation rather then a floating point one, because your format is xxx.xx and floating point is a very complicated formant. Because this sounds ...

  • Anyone know about "The Missing Manual: Dreamweaver CS3"?

    that's not a bad book.. but to get into the industry you will need more than just that book.. it's a start for sure.. you would need to practice making sites - complex ones with css code,...

  • What u say about this design?

    it good but there is some thing missing i don't know what but good work

    ...
  • I/O files help with C++ programing?

    You should probably add some error handling but this code will work fine if everything is set up perfectly (e.g. the files exist, user enters proper information, file data is correct, etc.). Here&#...

  • BASH - How To (Replace specific text within a file)?

    #!/bin/bash time=14400 path=/somepath/somedirectory sed -e "s!%time%!$time!; s!%path%!$path!" template.txt > file.txt

    ...
  • Best practice looping through database columns or hardcode columnnames?

    Looping through a database by far is better. Because then if you want to expand you already have an object ready to handle it. Dynamic is the way to go.

    ...
  •  

    Categories--Copyright/IP Policy--Contact Webmaster