This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What code should i learn to make my website?
03-13-2014, 03:07 PM
Post: #3
 
Client side:
HTML - Designing the structure of the Web Page.
     (How the website basically looks)
CSS - Managing the styles
     (Making the website more "fancy looking")
JS -  Adding the dynamics to the Web Page
     (What happens when you click/edit something, etc...)

Server side:
PHP - Used to make the Web Page interact with the server
      (Log in/Sign in/Upload/Download)
SQL - Used for managing Data Bases (Like user data base)


If you want to Sign in/Log in/Upload, then you would have to use PHP and SQL.
You need PHP to make Sign in/Log in system and for uploading the files to the server
And you need SQL to manage the user data base.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - mdigitale - 03-13-2014, 02:52 PM
[] - ☕JavaME☕ - 03-13-2014 03:07 PM
[] - jon h - 03-13-2014, 03:22 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)