did you know........, ......now you know....... |
did you know........, ......now you know....... |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 67 Joined: Feb 2004 Member No: 2,477 ![]() |
most experianced programmers would know things but just for people starting you, we should add some facts and reasons which normally become usual misunderstandings ;)..
oh well......here's a start: HTML, CSS is not programming.. why? HTML and CSS aren't programming since there is no conditions, variable assignments and functions. HTML is a markup language while CSS is more of an add-on to HTML, providing styling. so what is is a programming language? languages like javascript, c++ and php - plus many more are. see, you can compare HTML: CODE <!-- begin code provided by createblog.com --> <body> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> i'm in a table </td> </tr> </table> </body> <!-- end code provided by createblog.com --> and php: CODE <!-- begin code provided by createblog.com --> <?php $_MYSQL = new MySQL(); $_HANDLER = $_MYSQL->Handler(); $_HANDLER->query("SELECT * FROM test"); while($rows = $_HANDLER->next()) { print $rows['columnName']; } ?> <!-- end code provided by createblog.com --> now post your 'did you know' fact ;) -Nay |
|
|
![]() |
![]()
Post
#2
|
|
![]() t3h koolest guy in cB ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,194 Joined: Jan 2004 Member No: 513 ![]() |
i remember when i didnt want to learn because of all the codes and signs and crap that it has in it, but once you learn php and cgi its quite easy, well php is, cgi gets on my nerves. but yeah, you'll have to stop bieng laziie to learn. lol ^_^
|
|
|
![]() ![]() |