Jump to content

[SOLVED] capital letters


squiblo

Recommended Posts

 //get data
	   $state = $runrows['state'];
	   $url = $runrows['url'];
                   $username = $runrows['username'];
                   
	   
	   echo "
	   <b>$username</b><br>
	   $state<br>
	   <a href='$url'>View Profile</a><br>
	   ";

 

when i try it just echoes the whole thing out instead of just the username using "ucwords(strtolower"

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.