Enter newline while chatting in Gmail

Almost everyone uses gmail for chatting,
whenever you type something and press enter, the message is sent.

But what if you want to type something, then you want some blank lines and then again some characters ?

Just try this - 

type your text and then press "shift + enter", it will insert a new line. again type something.

and your message will be with indentation you want.

have a nice time.
[Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in]

Hi,
when you are doing programming in php you might be getting a error like [Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in] this in your php script.

Just check out following things if you encounter this kind of Warning in your php program

  1. First check your query.
  2. If query is correct then check your Database Connection.
  3. If you are using different connection file for creating connection then check whether it is included in your script or not.