wah ngak usah repot gitu pake PHP mas. lagipula ini hanya buat form. klo dibuat pake php akan memperlambat karena dijalankan di sisi server.
klo cuma form aja bisa dibuat pake HTML. jadinya: <form method='post' name="form1" action=""> User Name <input type="text" name="namS" maxlength="20" size="20"><br> Password <input type="password" name="pswS" maxlength="8" size="8"><br> <input type="submit" name="login" value="Login"></form> On 11/21/07, Luwanto at yuhana dot com <[EMAIL PROTECTED]> wrote: > > Sudah dicoba pakai PHP? > > print"<form method='post'>"; > print"User Name <input type='text' name='namS' maxlength='20' > size='20'><br>"; > print"Password <input type='password' name='pswS' maxlength='8' > size='8'><br>"; > print"<input type='submit' name='login' value='Login'></form>"; > > Semoga membantu, > Handoko Luwanto (yuhana dot com) > > > ----- Original Message ----- > From: [EMAIL PROTECTED] > To: [email protected] > Sent: Tuesday, November 20, 2007 8:03 AM > Subject: [ITCENTER] FORM PADA WEBSITE > > Teman-teman. > > Untuk buat FORM input di website enaknya dan mudahnya pakai > apa ya ? > > Thanks > Erwin > > > -- Regards, Agoes http://www.excell-computer.com [Non-text portions of this message have been removed] -- www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ITCENTER/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ITCENTER/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/
