Jump to content
php.lv forumi

drakelv

Reģistrētie lietotāji
  • Posts

    10
  • Joined

  • Last visited

Posts posted by drakelv

  1. HEEELP, nemāku atrast REPLY pogu. Palīdziet, lai man nav muļķīgi jātaisa bezjēdzīgas QUOTEs

     

    zemāk ir sadaļa login, nav mans dizains, es tikai taisu pēc pasūtījuma.

    p.s javascript esmu jauns, vareetu dot kaadu majienu?

    edit2: strādā variants <input type="Submit" style="position:absolute;top:0;left:-300000px"/> un neredzu problēmu pagaidām, nav ne skroll bara nekas cits! :)

  2. ir tā kad es nomainu nosaukumu uz index11.php un garumzimes strada, nomainu uz index.php uzreiz nestrada..

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8'">

    <title>Sveicinᳳ M�rojektަcopy; 2007-2008 </title>

    </head>

    Sveicinᳳ atpakaퟓ test118<br />Lapa Shodien Apmekl泡 1 Reizes !</body>

    </html>

  3. <?require ("cfg.php") ?>

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=<? echo $charset; ?>">

    <title><? echo $lapastitls; ?></title>

    </head>

    <?

    $cepumsuser = $_COOKIE["user"];

    $cepumspw = $_COOKIE["password"];

    if (!isset($cepumsuser)) {

    echo '

    <body>

    <form action="login.php" method="post">

    Lietotājs: <input type="text" name="user">

    <br />

    Parole:    <input type="password" name="password">

    <br />

    <input type="submit" value="Ienākt"/>

    </form>';

    } else {

    echo "Sveicināts atpakaļ $cepumsuser";

    }

     

    ?>

    </body>

    </html>

    vis bija labi lidz pievienoju style.css, tagad vinju nonemu bet garumzimes tikuntaa neradas, radas tikai kvadraati! Ko dariit?

×
×
  • Create New...