KyaPoocha.com

Huge Collection of Interview Questions


Archive for August, 2006

How do you change File Access Permissions? 

Every file has following attributes: owner’s user ID ( 16 bit integer ) owner’s group ID ( 16 bit integer ) File access mode word ‘r w x -r w x-... Read more »

What does & beside argument mean in function declaration of e.g. asort()? 

It means that the argument is passed by reference and the function will likely modify it corresponding to the documentation. You can pass only variables this way... Read more »

Compare PHP and PERL. 

The biggest advantage of PHP over P E R L is that PHP was designed for scripting for the web where P E R L was designed to do a lot more and can because of this... Read more »

Compare PHP and Cold Fusion. 

PHP is commonly said to be faster and more efficient for complex programming tasks and trying out new ideas. PHP is generally referred to as more stable and less... Read more »

Compare PHP and ASP. 

ASP is not really a language in itself, it’s an acronym for Active Server Pages, the actual language used to program ASP with is Visual Basic Script or JScript.... Read more »

Is it possible manipulate visual objects in PHP ? 

Generally it is, but as PHP is mostly used as a web scripting language it runs in the web servers context, thus visual objects will never appear on the servers desktop.... Read more »

Explain PHP Data Types in detail? 

PHP stores whole numbers in a platform-dependent range. This range is typically that of 32-bit signed integers. Portable code should not assume that values outside... Read more »

What is Scripts and Files? 

A script may include many files, this enables PHP coders to write some of the code once, and use it in many scripts, to include an external file into your script,... Read more »

How to embed PHP code in a File? 

To embed PHP code inside a file, it has to be inside a special set of opening and closing tags. PHP supports the following tags sets: 1. Opening (< ?php) and closing... Read more »

Why PHP is Better choice among the other scripting languages? 

PHP is easy to learn. PHP is free. PHP can run on Windows and Unix servers. PHP is very fast.  Read more »

When to use PHP? 

PHP is Scripting Language and can be used when: Creating Web pages that contain dynamic contents. Responding to HTML forms. Accessing databases. Securing data.  Read more »

What is difference between PHP and HTML? 

HTML files are requested by browser, and returned by server. PHP files are requested by browser, and executed by the server to output a plain HTML that is returned... Read more »

What is PHP? 

* PHP stands for PHP Hypertext Preprocessor. * PHP scripts run inside Apache server or Microsoft IIS. * PHP and Apache server are free. * PHP is the most used server... Read more »

Page 16 of 16« First...«1213141516