Jump to content

Recommended Posts

Posted

some tips to create a website like that

Languages you must use: PHP, HTML, CSS, SQL

Requirement: SQL Server like Mysql - a good host

What your SQL Server must have as tables:

Table: users

id - INT Auto Increment

username - String - lenght:50

password - String(Sha1) - lenght:50

email - String - lenght:255

 

 

Table: Top

id - INT Auto Increment

username - String - lenght:50

Site_name - String - lenght:50

site_banner  - String - lenght:50

site_description - String - lenght:300

votes - INT

.............

and more if you want

 

The first thing you can start creating a website is making first a design in photoshop and if it looks very good like a realy good website then you can make the design to php, html, css

 

for example for css

#container {

width:800px;

height: 800px;

margin: 0 auto;

background-color:FFFFFF;

}

 

thats a good start, Goodluck :)

 

simplest way to show the best server at the top of the page is using the function 'While'  in PHP

and using a query that will show the highest number of votes at the top

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock