Motto changing site [EACH CMS]

Page 2 of 2 FirstFirst 12
Results 16 to 16 of 16
  1. #16
    BFH Experience Loader Mininova is offline
    MemberRank
    Oct 2007 Join Date
    WonderlandLocation
    724Posts

    Re: Motto changing site [EACH CMS]

    ok i test how long i need:

    <?php
    $motto = htmlspecialchars($_POST['motto']);
    if(isset($motto){
    mysql_query("UPDATE users SET motto = '".$motto."' WHERE id = '".$user['id']."'");
    }
    ?>
    <form action="#" method="POST">
    <input type="text" value="<?php echo $user['motto'] ?>" name="motto">
    <input type="submit" value="Change">

    ok i need without any help (Written from my Brain) 1 Minute ^^ (I must answer an Friend in Steam xD)
    Last edited by Mininova; 14-07-11 at 03:58 PM.



Page 2 of 2 FirstFirst 12

Advertisement