I have a text box sent to a php file.
I use this to make it look exactly like the user entered text:
$ad_text=nl2br(wordwrap($_POST['annonsera_text'], 47, "\n", true));
If I want to resize the container, I must be able to read how many lines are in the $ ad_text variable.
Is there any way to do this ...
I am still so grateful for your help ...
user188962
source share