PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$line = $time.'||<a href="http://mycrib.net/?pageid=mycrib.member.profile&ID='.$id.'" title="View my MyCrib Profile" target="_blank">'.$name.'</a>||'.$text;
I would like to make this an if statement like if $name = jasondavis
then
$line = $time.'||<a href="http://mycrib.net/?pageid=mycrib.member ... e&ID='.$id.'" title="View my MyCrib Profile" target="_blank">'.$name.'</a>||'.$text;