Untuk memulai array bisa seperti ini : $var = array() ; untuk memasukkan datanya ke array kita gunakan array_push() ;
array_push($var, "Tes") ; atau bisa juga seperti ini : $var[0] = " tes" ; $var[1] = " tes Lagi "; Untuk lebih jelasnya bisa dilihat di : http://id2.php.net/manual/en/ref.array.php On 8/11/05, Eddy D <[EMAIL PROTECTED]> wrote: > > Dear All, > > Minta bantuan-nya yang punya sample scripting untuk array di php. > > Jadi lagi ada kebutuhan untuk masukin data ke dalam database mysql. > Jad mau bikin form, tapi pakai array > Jadi sekali klik submit sekaligus lima record yang masuk ke database. > > Tx, > eddy > > > > > > > > ---------------------------------------------------------- > Komunitas MasterWeb Indonesia http://www.master.web.id > ---------------------------------------------------------- > MWN, Masternya WEBHOSTING di Indonesia, Indo/USA Servers, > Customer Support 24 jam http://www.masterwebnet.com > ---------------------------------------------------------- > WebDevelopment,Designing/Programming http://www.dlanet.com > ---------------------------------------------------------- > Yahoo! Groups Links > > > > > > > > -- .: Dolly Aswin Hrp :. [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hcnt7us/M=362335.6886445.7839731.1510227/D=groups/S=1705005512:TM/Y=YAHOO/EXP=1123923852/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</a>.</font> --------------------------------------------------------------------~-> ---------------------------------------------------------- Komunitas MasterWeb Indonesia http://www.master.web.id ---------------------------------------------------------- MWN, Masternya WEBHOSTING di Indonesia, Indo/USA Servers, Customer Support 24 jam http://www.masterwebnet.com ---------------------------------------------------------- WebDevelopment,Designing/Programming http://www.dlanet.com ---------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/milis-masterweb/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
