lekha r nair


{ City } cochin
< Country > india
* Profession * programmer analyst
User No # 17381
Total Questions Posted # 0
Total Answers Posted # 5

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 25
Users Marked my Answers as Wrong # 9
Questions / { lekha r nair }
Questions Answers Category Views Company eMail




Answers / { lekha r nair }

Question { 28273 }

List out the predefined classes in PHP?


Answer

Directory
stdClass
_PHP_Incomplete_Class
php_user_filter
self
parent

Is This Answer Correct ?    5 Yes 1 No

Question { 9084 }

How many ways we can give the output to a browser?


Answer

Use
1. print()
2. echo()
3. printf() functions to give the output to a browser.

Is This Answer Correct ?    6 Yes 0 No


Question { 11602 }

How many ways are there for passing variables between pages
in PHP and what are they ?


Answer

1.Session
2.Cookies
3.Query string
4.Header
5.Hidden Field
6.GET
7.POST

Is This Answer Correct ?    2 Yes 2 No

Question { 21163 }

how many ways we get current date in php


Answer

$date=date('Y-m-d H:i')

Is This Answer Correct ?    4 Yes 5 No

Question { 4180 }

Specify pre-defined classes in php ?


Answer

Standard Defined Classes
1. Directory
2. stdClass
3. _PHP_Incomplete_Class
Predefined classes as of PHP
1. php_user_filter
Special Classes
1. self
2. parent

Is This Answer Correct ?    8 Yes 1 No