Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 { 31219 }

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 { 10712 }

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 { 14003 }

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 { 23313 }

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 { 4793 }

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