ihave problem in jquery when send request to div.
so i have variable like this :-
$text = "hi ";
so this variable in php i called like this way:-
nl2br($text);
to display in multi line, i need same function to show text like php.
ihave problem in jquery when send request to div.
so i have variable like this :-
$text = "hi ";
so this variable in php i called like this way:-
nl2br($text);
to display in multi line, i need same function to show text like php.