Samo registrovani članovi mogu pisati porukice.
[Zatvori]

  • Page 1 of 1
  • 1
Forum moderator: Infinity  
Login i Registracija - pomoc






765
poruka na forumu
88 1029



post # 1 | 03.06.2012 , 12:53 PM

Pozz...zelio bi na svome sajtu da napravim ono login i registracija (imam kod i sve to)...e sad jel treba kreirati MySQL bazu podataka ili nesto drugo treba izmjeniti u kodu evo kodovi :

Login forma:

Code
<form name="loginform" method="post" action="<?php echo basename(__FILE__); ?>" id="loginform">
<input type="hidden" name="form_name" value="loginform">
<table class="loginform_table" style="width:243px;height:132px;">
<tr>
    <td class="loginform_header" colspan="2" style="height:20px;">Prijavi Se</td>
</tr>
<tr>
    <td style="height:20px;width:108px">Korisnicko ime:</td>
    <td style="text-align:left"><input class="loginform_text" name="username" type="text" id="username" value="<?php echo $username; ?>" style="width:100px;height:18px;"></td>
</tr>
<tr>
    <td style="height:20px">Lozinka:</td>
    <td style="text-align:left"><input class="loginform_text" name="password" type="password" id="password" value="<?php echo $password; ?>" style="width:100px;height:18px;"></td>
</tr>
<tr>
    <td> </td><td style="text-align:left;height:20px"><input id="rememberme" type="checkbox" name="rememberme">Zapamti me</td>
</tr>
<tr>
    <td> </td><td style="text-align:left;vertical-align:bottom"><input class="loginform_button" type="submit" name="login" value="Prijava" id="login" style="width:70px;height:20px;"></td>
</tr>
</table>
</form>


Registracija:

Code
<form name="signupform" method="post" action="<?php echo basename(__FILE__); ?>" id="signupform">
<input type="hidden" name="form_name" value="signupform">
<table class="signupform_table" style="width:298px;height:204px;">
<tr>
    <td class="signupform_header" colspan="2" style="height:20px;">Kreiraj racun</td>
</tr>
<tr>
    <td style="height:20px">Ime:</td>
    <td style="text-align:left"><input class="signupform_text" name="fullname" type="text" id="fullname" style="width:150px;height:18px;"></td>
</tr>
<tr>
    <td style="height:20px">Korisnicko ime:</td>
    <td style="text-align:left"><input class="signupform_text" name="username" type="text" id="username" style="width:150px;height:18px;"></td>
</tr>
<tr>
    <td style="height:20px;">Lozinka:</td>
    <td style="text-align:left"><input class="signupform_text" name="password" type="password" id="password" style="width:150px;height:18px;"></td>
</tr>
<tr>
    <td style="height:20px">Potvrdi Lozinku:</td>
    <td style="text-align:left"><input class="signupform_text" name="confirmpassword" type="password" id="confirmpassword" style="width:150px;height:18px;"></td>
</tr>
<tr>
    <td style="height:20px">E-mail:</td>
    <td style="text-align:left"><input class="signupform_text" name="email" type="text" id="email" style="width:150px;height:18px;"></td>
</tr>
<tr>
    <td colspan="2"><?php echo $error_message; ?></td>
</tr>
<tr>
    <td> </td><td style="text-align:left;vertical-align:bottom"><input class="signupform_button" type="submit" name="signup" value="Kreriraj" id="signup" style="width:90px;height:20px;"></td>
</tr>
</table>
</form>


Ev kako bi to trebalo izgledati :


Eto zamolio bi ove webmastere sa EC da mi pomognu ukoliko znaju ;)

Freelance Webdesigner // contact: info@belminbedak.me









3239
poruka na forumu
372 2298



post # 2 | 03.06.2012 , 1:08 PM

nemoj da me shvatis pogresno al zar ne bi bilo lakse da postavljas na nekom forumu specijalizovanom za web dizajn mislim tamo ima mnogo strucnijih ljudi i sigurno bi pre dobio zadovoljavajuci odgovor i resio problem :)

Geek Perspective - tech news and reviews from Geeks point of view









765
poruka na forumu
88 1029



post # 3 | 03.06.2012 , 1:17 PM

Davor, nezz na koji ako imas neki link posalji u PP ... a to sam i sam shvatio jer ovo je 3 teme i niko nije odgovorio ;9

Freelance Webdesigner // contact: info@belminbedak.me









3239
poruka na forumu
372 2298



post # 4 | 03.06.2012 , 1:24 PM

poslato :)

Geek Perspective - tech news and reviews from Geeks point of view









219
poruka na forumu
57 643



post # 5 | 03.06.2012 , 1:44 PM

youtube.com i opleti :D



Njega moze samo jedna zena u zivot da vrati :)










765
poruka na forumu
88 1029



post # 6 | 03.06.2012 , 2:00 PM

Quote (demonlog)
youtube.com i opleti


nije jednostavno nimalo koliko ti mislis da jeste .... ;)

Freelance Webdesigner // contact: info@belminbedak.me



  • Page 1 of 1
  • 1
Search: