Dear Friends,
I have these script......
[PHP]$line = $data;
//and
$line. = $data;[/PHP]
Can anybody tell me that If I want to pass the value of $data to $line then What is the difference between both of them.
Thanks
Deepak
I have these script......
[PHP]$line = $data;
//and
$line. = $data;[/PHP]
Can anybody tell me that If I want to pass the value of $data to $line then What is the difference between both of them.
Thanks
Deepak
Comment