php basics, conditionals and loops, can;t figure this out, watched the video a dozen times ...

Posted by Unknown on Friday, September 26, 2014

<?php $name = "Mike"; $info = "Hi, I am Mike!"; if($name == 'Mike'){ echo = "Hi, I am Mike!"; } ?> I can't figure this one out. This what I've come up with.

more

{ 0 comments... » php basics, conditionals and loops, can;t figure this out, watched the video a dozen times ... read them below or add one }

Post a Comment

Popular Posts