Showing posts with label Interview. Show all posts
Showing posts with label Interview. Show all posts

Wednesday 11 June 2014

what is Mysql ?


what is Mysql ?

Mysql is database serve.
Mysql is ideal for both small and large application.
It supports standard sql.
It is free to download and use.

why PHP ?


why PHP ?

PHP runs on different platforms like windows, Linux, Unix etc..
PHP is compatible with almost all severs used today (apache, IIS etc).
PHP is free to download and use.
PHP is easy to learn and runs effinciently on the server side.

Javascript is programming language?


Javascript is programming language?

No javascript is not programming language. It is a scripting language because it uses the browser to do the dirty work.

What is javascript


What is javascript

Javascript is an online scripting language that is implemented and works directly with HTML pages. Similar to flash and action script. Javascript brings a dynamic nature to webpages that does not require the page to change.

Javascript uses for various types of validation , open popup window.

Javascript is most commonly used as a client side scripting language. This means that javascript code is written into an HTML page.

Tuesday 10 June 2014

What is PHP.ini


What is PHP.ini

PHP.ini is PHP configuration file. It loads some dll files. you can load dll file and unload it also. you can increase exucate time like 30 seconds default to 40 seconds...

Where session value store.. client side or server side in PHP ?


Where session value store.. client side or server side in PHP

Session value stores at server side.

PHP is a object oriented language.. ?


PHP is a object oriented language

Yes. PHP is a object oriented language because in PHP there are classes, functions and methods.

Sunday 8 June 2014

What is difference between HTML and PHP


What is difference between HTML and PHP

PHP is a programming language designed to work with HTML. HTML is a markup language, not a programming language.

The main goal of PHP is to enable users to easily develop dynamic webpages, where the main goal of HTML is to enable users to easily develop static webpages.

HTML is written in plain text but PHP is not written in plain text.

Saturday 7 June 2014

What is PHP


What is PHP

PHP stands for PHP Hypertext Preprocessor.
PHP is a server side scripting language.
PHP support many databases like Mysql, sybase, solid, Oracle.
PHP is an open source software.
PHP is free to download and use.

Friday 6 June 2014

What is Webserver


What is Webserver

webservers are computers on the internet that host websites, serving pages to viewers upon request. This service is referred to as web hosting. Every webserver has a unique address so that other computers connected  to the internet know where to find it on the vast network. The IP ( Internet Protocol) address looks something like this : 69:93:141:146. IIS, Apache, Tomcat, Java webserver.