I’m trying to output multiline text with GD+PHP but can’t get it working. my php knowledge is really basic. here’s the code, any idea on how to output 2 or 3 lines of text? $theText = (isset($_GET[‘…
Tag: text
How to count space in a text statement in PHP
How can we count space between text in PHP? Is there a way to count spaces? Language: Only PHP Answer Use this: