I read on the forum about php function LTRIM, I used it in my code but still getting white space on the left side of the text, here is an example of my code, anyone could tell me what's wrong with the LTRIM function below?
$sql = "UPDATE content SET text = LTRIM('$content21') WHERE element_id = '21' ";