Website building
#1

Hey guys i wonder if you know any good tutorial website for php or html (with MySQL included)
I would like to learn how it is possible to script a website from scratch using these 3
Reply
#2

MySQL isn't a programming language. How-ever note that PHP is server-sided and is used to carry out operations. PHP dies, and looses all control after loading. Note that HTML is the visual aspect, and is used to create the actual "graphics" of your website.

PHP is much like C/PAWN, and isn't really all that hard to learn.
Reply
#3

Quote:
Originally Posted by Abagail
Посмотреть сообщение
MySQL isn't a programming language. How-ever note that PHP is server-sided and is used to carry out operations. PHP dies, and looses all control after loading. Note that HTML is the visual aspect, and is used to create the actual "graphics" of your website.

PHP is much like C/PAWN, and isn't really all that hard to learn.
I didn't say that MySQL is a programming language i know also that PHP is server-sided somehow plugin. I know the basic use of these i just want any links to tutorials that could help me to start from beggining.
Reply
#4

Quote:
Originally Posted by Abagail
Посмотреть сообщение
MySQL isn't a programming language. How-ever note that PHP is server-sided and is used to carry out operations. PHP dies, and looses all control after loading. Note that HTML is the visual aspect, and is used to create the actual "graphics" of your website.

PHP is much like C/PAWN, and isn't really all that hard to learn.
It doesn't "die", it just finish his work.
you're saying it like "dying" is an option...

And no, just no.
HTML is not the actual graphics of the website, it is its skeleton, a markup which is being utilized to organize text and give a soul for these empty, black and white markup.

CSS is doing the graphical part.
PHP isn't much like C and definitely not like PAWN which in it you must create the array and give it a fixed size, while PHP dynamically adjusts the array type and size, so all you have to do is just use it.

I am starting to doubt the websites you have created are even by you.

MySQL IS a language, if you'd bother to reverse the abbreviation you'd see MySQL means My Structured Query Language
Quote:
Originally Posted by Mr.Wikipedia
The SQL phrase stands for Structured Query Language
http://en.wikipedia.org/wiki/MySQL

MySQL is larger than you think, you're just using only the basics, thats why you think MySQL is just open, write, read.
no, it can do more than that.
Reply
#5

Whatever you do, don't use w3schools. If you need references, use MDN for HTML and JS and php.net for PHP.
Reply
#6

Visit this site: www.w3schools.com
Anyways it will cover everything related to web development.
Reply
#7

Quote:
Originally Posted by Vince
Посмотреть сообщение
Whatever you do, don't use w3schools. If you need references, use MDN for HTML and JS and php.net for PHP.
Thats what i exactly wanted as reply. Thanks Vince.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)