hi all,
i am newbee to php,
for example
i want the result as
my name is Nirmal Singh
what should i do for this?
i am newbee to php,
for example
Code:
$mydata="my name is "Nirmal" Singh"; echo $mydata;
my name is Nirmal Singh
what should i do for this?
Comment