CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Post a PHP snippet (http://www.codingforums.com/forumdisplay.php?f=41)
-   -   Array generator. (http://www.codingforums.com/showthread.php?t=196863)

seco 05-27-2010 04:51 AM

Array generator.
 
So, we have had really crappy weeather here and work is slow so i decided to mess around with jquery, but i ended up making a numeric array generator. Im thinking if i keep goin with this and make all kind of arrays it will be pretty sweet. Its all for fun, if it helps anyone -awesome.

http://blueicestudios.com/array-gen/

Phil Jackson 05-27-2010 08:28 AM

hehe spent 5 mins playing with this. You may want to look into multidimensional arrays as the I was getting confused making this small thing

PHP Code:

$foo=array("foo","foobar" => array("bar""foo"), "dave"); 


seco 05-27-2010 08:21 PM

yeah i started on multi dem and 2 other array types last night.

firepages 05-29-2010 06:54 AM

this forum is for code snippets ... so errr post the code or it may as well go in the main forum.

seco 05-29-2010 07:32 PM

Quote:

Originally Posted by firepages (Post 959676)
this forum is for code snippets ... so errr post the code or it may as well go in the main forum.

well technically it makes the snippets :)

Arcticwarrio 08-08-2012 09:41 PM

what does?


All times are GMT +1. The time now is 12:02 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.