<?php
$line = "no more words to say";
$word=spliti(" ",$line);
echo "$word[0] $word[1] $word[3]";
?>

Tested and works

Reply via email to