LiamProductions Posted August 5, 2007 Share Posted August 5, 2007 Hey. I've not got time to test i'll just paste the code here tell me if it works: <?php $name['Tara'] = "Tara Something"; $name['Liam'] = "Liam Productions"; $name['Andy'] = "Andy harris"; echo "Your name is:" . $name['Liam']; ?> Does it print out "Your name is: Liam Productions ? Link to comment https://forums.phpfreaks.com/topic/63405-solved-does-this-work/ Share on other sites More sharing options...
AndyB Posted August 5, 2007 Share Posted August 5, 2007 Hey. I've not got time to test i'll just paste the code here tell me if it works: You're kidding, right? Link to comment https://forums.phpfreaks.com/topic/63405-solved-does-this-work/#findComment-316004 Share on other sites More sharing options...
Recommended Posts