*czy da sie napisac logowanie i wylogowanie, potrzebuje jeszcze dodawanie nowych urzytkownikow od bazy danych. Mam baze na yoyo.
Coś takiego juz napisalem:
<html> <body> <div class="login"> <form method="post" action="login" name="login"> <input name="login" type="text" size="22" style="height:18px; margin-right: 4px; font-size: 9px; font-family: sans-serif; color: #15598D;" /> <input name="pass" type="password" size="22" style="height:18px; font-size: 9px; font-family: sans-serif; color: #15598D;" /> <input type="submit" class="przycisk" value="Login" style="height:18px; width: 58px; font-size: 10px; font-weight: bolder;" /> </form> </div> <center> </center> <head> </head> </body> </html>
Potrzebuje jeszcze cos takiego zeby mi wrzucalo na serwer: cos w stylu zippyshare taki hostking
cos udalo mi sie wykabinowac:
<html> <body> <head> <center> <div id="main" class="tekst" style="display: block; padding-top: 5px;"> <div id="main" class="tekst" style="display: block; padding-top: 5px;"> <form method="post" name="upload_form" id="upload_form" style="display: block;" enctype="multipart/form-data" action="http://www35.zippyshare.com/upload"> <input type="hidden" name="uploadId" value="C254A9FD7390F1F248946C29240B31FF"/> <div id="files" style="position: relative; right:0px; top:15px; text-align: right;"> </div> <table align="center" class="tekst" style="margin-top: 25px;"> <input onclick="return start();" type="submit" class="przycisk" value="Wrzuć" style="height:20px; width: 55px; font-size: 13px; font-weight: bolder;"> </table> </form> <script type="text/javascript"> var multi_selector = new MultiSelector( document.getElementById( 'files' )); multi_selector.addElement( document.getElementById( 'fupload' ) ); </script> </div> </center> </head> </body> </html>
bardzo prosze o pomoc, chce zeby to wszystko wspolgralo. Da sie tak zrobic?