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 Quote Link to comment Share on other sites More sharing options...
trq Posted December 30, 2006 Share Posted December 30, 2006 What are you talking about? Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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! Quote Link to comment Share on other sites More sharing options...
phrozenflame Posted December 30, 2006 Author Share Posted December 30, 2006 Ok dont worry Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.