can you do this?
$cut = "hello how are you doing today, this very fine day?"
$text = "hello how are you doing";
$update = "update storeProduct set productDescription = '$cut' where productID = '$name' and productDescription contains '$text'";
is there a way to something like this?