Related Articles
Browser or Client Side Scripting Languages Vs Server Side Scripting Languages
What are the Client Side and Server Scripting Side Languages Client Side Scripting Server Side Scripting HTML ASP DHTML PHP CSS JSP JAVASCRIPT ADO AJAX RAZOR JQUERY JSON E4X
Difference between UTF-8 Vs ISO-8859-1
UTF-8 is a multibyte encoding that can represent any Unicode character. ISO 8859-1 is a single-byte encoding that can represent the first 256 Unicode characters. Both encode ASCII exactly the same way. ISO-8859-1 vs UTF-8 ISO-8859-1 is a legacy standard from back in the 1980s. It can only represent 256 characters so only suitable for […]
How to start Mysql on Linux
To start Mysql on Linux : cd etc/init.d/mysqld start or cd etc/init.d/mysql start