Hey guys I have another question
I am trying to use word wrap http://www.php.net/manual/en/function.wordwrap.php which is for (PHP 4 >= 4.0.2) my server is running php 4.3.1 will this still work although its a later version?
Thanks
yes. notice the ">=" it may not work if it is deprecated (though I think the PHP developers will still allow for backward compatability), but wordwrap() isnt deprecated so it should.