Jump to content

Help with a user management system.


Wankness123

Recommended Posts

Okay, well for a site i want to make a user managment system. but i have no idea how to.

ive already got the part where you type the user that you want to manage.

 

<?php 
/*
    Copyright (C) 2009  Murad <Murawd>
                  Josh L. <Josho192837>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

// Must rewrite
?>
   <fieldset>
      <legend>
         Manage User
      </legend>
      <table border='0' style="height:100%;width:570px;border:solid 1px #BBB">

      <tr class="navtitle" style="height:25px">

         <th style="width:auto">Manage A User</th>

      </tr>

      <tr>

         <td align="center" class="tdbox">

            Search for the profile name you wish to manage.

         </td>

      </tr>

      <tr>

         <td align="center">

            <form method="post" action=''>

               <input type="text" name="name" /> 

               <input type="submit" name="search" value="Search" />

            </form>

         </td>

      </tr>

      <tr style="height:25px">

         <td class="tdbox">

            <span style="float:left">

               <a href="?cype=admin">Back To Administration Control Panel</a>

            </span>


         </td>

      </tr>

   </table>

   </fieldset>

 

But thats just to find the user you want to edit, i want to make it so i can edit there name, how much money and such they have. instead of going into the db.

 

so if you could help or if you need more info just ask. i dont really no much to put up here.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.