13 thoughts on “dreLogin V.1.0 – A Simple jQuery+ PHP Login”

  1. mas dremi aku pengen buat website yang tampilannya seperti oneNote pada ms office 2007, bisa atau tidak?
    apa yang harus saya lakukan…?

  2. oya satu lagi saya awam banget tentang dreamweaver, php js atau semacamnya… adakah penjelasannya?

  3. @ rahmat ilham
    pertama adalah mendesign di photoshop / tool kesukaan lu, lalu editing layout di dreamweaver atau tool lainnya, baru deh koding terakhir

  4. dr. Emi.. itu klo jQuery nya diupdate ke versi baru, program nya tidak jalan.. kira2 apa yg harus dirubah ya? makasih..

    1. @aby
      ya ga bisa donkg brooo itu kan bukan bwat login member, tapi bwat demo dowank, bukannya udah ada tuh, link demo dan user passnya…

  5. maz..ak dah coba neeh tutor ni…
    jalan c jalan cuman ada warning kaya gini :
    Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0
    PHPku versi 5.2.8 n register global off..
    hehehhee…nyerah dech klo aku suruh utak atik jQuery…^^V

  6. “Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0”
    terjadinya eror seperti tersebut dikarenakan register_global off
    untuk memperbaiki buat file .httacces di dalam folder drelogin1 dan tambahkan script berikut :
    php_flag register_globals on
    semoga membantu 😀

Leave a Reply

Your email address will not be published. Required fields are marked *