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
https://forums.phpfreaks.com/topic/256409-help-with-a-user-management-system/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.