Output a Value in Php -Echo And Print


L1-Echo and Print

To output a value in Php you simply need to use either of these commands

echo “India”;

Output:India

or

print “India”

Output “India”



John,Jimmy and Bush


American President Mr. George Bush went to a school to interact with the
children. After having a brief talk with them, he asked if they had any
questions to ask him.

One boy raised his hand and stood up:
Bush: What is your name?

John: John

Bush: What is your question?

John: Sir, I have 3 questions

1. Why did America attack Iraq without the approval of UNO?

2. Where is Osama?

3. Why does America support Pakistan so much?

Bush: You are an intelligent student, John. (Just then the bell rang for
recess)

Bush: Oh dear students, we will continue after the recess.

After the recess:

Bush: OK children, where were we? Oh yes =85 So anybody wants to ask any
question?

Jimmy raises his hand

Bush: What is your name?

Jimmy: Jimmy

Bush: What is your question?

Jimmy: Sir, I have 5 questions

1. Why did America attack Iraq without the approval of UNO?

2. Where is Osama?

3. Why does America support Pakistan so much?

4. Why did recess bell ring 15 minutes before the scheduled time?

5. AND where is John?



Have a tab on Latest Earth Quakes


You can have a tab on Latest EarthQuakes here

http://earthquake.usgs.gov

Also you can sign up for receiving a email or sms whenever a bigger
magnitude earthquake happens So that you
come to know about it instantly..



Increasing the memory limit of the Apache Server

Many times when you are running a script you may encounter this

error message “Exhausted memory size of 42423423 bytes:Tried to allocate 16
bytes”;

You may wonder how to fix this and what’s the reason of it

Cause:When the scripts use too much memory or exhaust all the memory
allocated by the server
this error message would appear

There are actually two ways to fix this

a)By Editing php.ini file and changing the memory limit to higher than 8 MB.

b)By adding a line at top of your script

The second way is more convenient as it can be followed for scripts of our
choice

Add this below line at the top of the script

ini_set(”memory_limit”,”300M”);

This would fix most of your problems



Task Manager in Remote Desktop

To get the Task Manager in Remote Desktop.Logon to Remote Desktop

and

Press CTRL+ALT+END to open the Task Manager

For normal machines

Use CTRL+ALT+DEL



India’s Per Capita income is Rs 37490 in 2008-09

Even in Recession there is some good news for India..,India’s per Capita income has raisen by more than
Rs 4,207 to Rs 37,490.

In the year 2007-08 ,it was 33,283

It has been increase of over Rs 12,000 from the 2005-06 level of Rs 26,003.

For those who do n’t what is meant by Per Capita income Read this

Though Per Capita income has increased this does n’t necessarily mean that poverty  is decreasing.. this may be also due to huge difference between the Rich and Poor.

For E.g

If there are 10 persons  and their total income is Rs10000

then PerCapita income is Rs 1000

But in this group of 10 persons,One Earns 9100 per year whereas all others earn 100 per year..So  in this 9 are in Poverty.This may be also India’s case