hi,
I have two very simple questions b'coz I have stuck in this :
1.> I have written a message as;
$msg="statement1
statement2
statement3";
How can I let the statement2 to be on the nextline after statement1.
2.>
If the user has entered his name in the input box as:
"chandan rishiraj tiwari"
Which function do i need to use such that when i calculate the length of string, it should not calculate the spaces between them.
Please suggest me ?
Thanking You!