ต ดตำแหน งต วอ กษรท ต องการ Syntax php substr($string,$int-start,$int-end) Sample php echo substr(abcdef, -1).; // returns f echo substr(abcdef, -2).; // returns ef echo
www.thaicreate.com