Dear Friends ,
[PHP]
echo "hello";
echo ""world;
i want to print helloin onl line and world in next line tell me how can it possible ?
[PHP]
echo "hello";
echo ""world;
i want to print helloin onl line and world in next line tell me how can it possible ?
Comment