View Single Post
  #1  
Old 10-31-2012, 01:26 AM
jackwebso jackwebso is offline
Member
 
Join Date: Jun 2012
Posts: 34
Default Adding ucwords() To The Following Code?

Hi,

I'm trying to add ucwords() to the following code so that is uses upper-cases for the words that $name spits out.

$TMPL['title'] = ''.$name.' - Actor - Trailerpulse';

I've tried implementing it myself but can't seem to figure out the correct implementation.

Any suggestions

Thanks in Advance
Reply With Quote