Some experience though I must note still limited had learned me that too many languages is producing only problems. And furthermore it is not needed to have strict coding because it is important to keep zour site to the brwoser compatibility and not in fact strict though many people consider strict code as compatible but many times if you try to check it out even if your code is strict you might have problems with code however the point also is that you want to allow your site to be viewable by as may users possible however the thing is that you must consider compatibility this is the thing I hold usually when coding
And best combination to combine is to use javascript then css html php and mysql.
javascript for modification of the page in real time without almost without communication with server. Under javascript I consider ajax also that is the reeason for the almost there
css for the basic look and feel of the page site or however you like to conside rit. And also it is better to use this then to modify with ccss then with the html tags since it is easier to modify and change page afterwards or to make more templates and so on.
html. as basic for the organization of all elements in the page and everything else for providing outputs from the php ad so on.,,.
php as server side scripting opposite to teh javascript sinve with this you can manipulate all bunch of the things like logins sessions registrations very different data and so on. Almost everything you think.
mysql ought to be used for communication between php and database server and to pull out and send data inot databases. The rgeat engine though there are some misuses like sql injections.
And best combination to combine is to use javascript then css html php and mysql.
javascript for modification of the page in real time without almost without communication with server. Under javascript I consider ajax also that is the reeason for the almost there
css for the basic look and feel of the page site or however you like to conside rit. And also it is better to use this then to modify with ccss then with the html tags since it is easier to modify and change page afterwards or to make more templates and so on.
html. as basic for the organization of all elements in the page and everything else for providing outputs from the php ad so on.,,.
php as server side scripting opposite to teh javascript sinve with this you can manipulate all bunch of the things like logins sessions registrations very different data and so on. Almost everything you think.
mysql ought to be used for communication between php and database server and to pull out and send data inot databases. The rgeat engine though there are some misuses like sql injections.
Maybe it's just a personal thing, i love to keep my pages coded in proper formats
Although i understand what your saying, compatibility is THE most important thing when designing. All viewers should see your website identically or as close as possible to each other. I have 4 browsers installed on my PC to make sure of that. Each programming language brings it's own features to the table, you have noted each one pretty well


