Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

string remove last two characters php

echo substr($string, 0, -2);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #string #remove #characters #php
ADD COMMENT
Topic
Name
2+4 =