View Full Version : br code in php
TTayfun
01-16-2016, 03:31 PM
hello how can i insert br line break code in my php code:
$pm['message'];
A HTML break?
$pm['message'] . '<br>';
or a newline?
$pm['message'] . "\n";
TTayfun
01-16-2016, 03:57 PM
i did but not worked can you do this again with this: with \n
$pm['message'] = $pm['message'];
$pm['message'] .= "\n";
Should work.
TTayfun
01-16-2016, 04:12 PM
you are perfecttttt yesss worked. thank you so much...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.