English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am having problems with sql and php. Well rather the people I am working with to build a website. I have no clue what either of those things are or what they do. HELP ME PLEASE!!

2007-08-13 15:34:07 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

You will have real big problems if you are trying to build with those things and not know what they are. Try looking through wikipedia for the definitions of each of those. A summary i can give you goes like this:

SQL is the language used to query (retrieve or insert) data into the database. So the database stores all your data. SQL is a standard language that is used to manipulate data on all databases. Samples of databases are MySQL, Oracle, MS-SQL, Sybase, PostgreSQL

PHP is a server-side language (meaning it executes on the server and is not dependent on the client which can be any browser) meant to display data to the user.

PHP is needed to connect to the database and use SQL to retrieve the data, and then PHP displays the data to the user. The user will be reading the data from a web browser.

The best example is Email or even yahoo answers. Your Questions and my answers are held in a database. But to take it out you need to ask for the right thing from the database. For this you need SQL. And to display it to the user... that is what PHP is for.


Good Luck.

2007-08-13 16:03:59 · answer #1 · answered by dartarrow 2 · 0 0

PHP is a programming language for the web. Its used to make web pages dynamic instead of just static content. Its actually put right in there with the HTML usually. SQL is another programming language of sorts, except its used only for dealing with databases. I'd imagine these two languages are used together on a website so that a webpage can pull something from a database and do something with the data from the database. Hope it makes sense.

2007-08-13 15:44:16 · answer #2 · answered by e_armst86 2 · 0 0

SQL (probably MySQL) is a database which allows you to store and query tables. PHP is a server side scripting language which you use to make dynamic web pages (often utilizing mysql)

2007-08-13 15:40:26 · answer #3 · answered by mdigitale 7 · 0 0

Making web pages for the 1st time on the instant could be complicated. i might propose gaining awareness of HTML (which does not actually might desire to be learnt. utilising a "What you notice Is What You Get" (WYSIWYG) utility equipment which incorporate front internet site show will do it inquisitive approximately you. in case you're smart, you would be waiting to %. it up extremely basic and what you do not understand you may seek the information superhighway for). the different ingredient you purely could understand is CSS. lower back, that's a user-friendly layout-language to help you create a expert looking internet site. For help in this, google "CSS tutorials" or something like that into google, there are an impressive sort of components. Flash is a lot too stepped forward for a beginner without history in programming, so i might propose you to bypass away off of that for now. that's not fairly a information superhighway-internet site modifying utility, however sites could be made fullyyt of Flash. usually, Flash is included into web pages - usually for shifting pictures and issues.*a million learn CSS and you'd be nicely on your way. From there, gaining awareness of JavaScript is the subsequent step and then according to risk Flash. good success!

2016-10-15 06:15:09 · answer #4 · answered by balsamo 4 · 0 0

fedest.com, questions and answers