phrozenflame Posted December 30, 2006 Share Posted December 30, 2006 I need to figure out the best way to master doing arrays, should I get use to the first way or the second way<?php$myarray = array("west", "david", "mike", "jim", "bob", "dave", "walton", "korn", "siesmic");?>orthe longer waywith writing out each one below it.Which way is better while I am learning Link to comment https://forums.phpfreaks.com/topic/32250-solved-arrays/ Share on other sites More sharing options...
trq Posted December 30, 2006 Share Posted December 30, 2006 What are you talking about? Link to comment https://forums.phpfreaks.com/topic/32250-solved-arrays/#findComment-149660 Share on other sites More sharing options...
phrozenflame Posted December 30, 2006 Author Share Posted December 30, 2006 Well im new to arrays I need help Link to comment https://forums.phpfreaks.com/topic/32250-solved-arrays/#findComment-149662 Share on other sites More sharing options...
trq Posted December 30, 2006 Share Posted December 30, 2006 Help doing what? And please, whats with all the short questions?Read a [url=http://hudzilla.org/phpwiki/index.php?title=Main_Page]book[/url], this forum is for help with specific problems. Link to comment https://forums.phpfreaks.com/topic/32250-solved-arrays/#findComment-149665 Share on other sites More sharing options...
phrozenflame Posted December 30, 2006 Author Share Posted December 30, 2006 [quote author=thorpe link=topic=120351.msg493497#msg493497 date=1167448936]Help doing what? And please, whats with all the short questions?Help with the above questions Thrope Link to comment https://forums.phpfreaks.com/topic/32250-solved-arrays/#findComment-149669 Share on other sites More sharing options...
trq Posted December 30, 2006 Share Posted December 30, 2006 What is your question? Do you meen which is better?[code=php:0]$arr = array(1,2,3,4);[/code]or...[code=php:0]$arr = array(1,2,3,4);[/code]That is just personal preference. Please! Link to comment https://forums.phpfreaks.com/topic/32250-solved-arrays/#findComment-149676 Share on other sites More sharing options...
phrozenflame Posted December 30, 2006 Author Share Posted December 30, 2006 Ok dont worry Link to comment https://forums.phpfreaks.com/topic/32250-solved-arrays/#findComment-149681 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.