Jump to content

interface question


nickbunyun

Recommended Posts

Hey guys.. i need help.

 

Im makin this interface and this is what i need

 

Main page

      - List with all members

      - Button to "Add New" member.

 

Add New Member page

      - Name

      - Address

      - Phone Number

 

click ok, and new member is pulled out of the db, and onto the main page.

 

ok thats the easy part, i can do that.

 

Now the harder thing is that

 

When i click one of the members on the main page, to take me a new page "memberinfo"

 

Member Info Page

          - have name, address, phone# at the top.

          - and a "Add Action" button

          - Add Action page

              - one text field that allows me to add a sentece (ex. Install CPU )

              - a larger text field that allows me to add more text ( Take out the old.. install new.... put that and that... etc.).

              - submit it with a "number id"

 

on the member page info to have a list of the actions.. be able to add new.. and delete.

 

 

It seems like alot of coding.. so i wouldnt mind using a third party program.

if anyone knows any.. please let me know

im interested.

 

Thanks guys!

Link to comment
Share on other sites

Actually it would not be that hard at all.  When you click on the member hand off that member name in a variable to a new page that has a script that will take that member name and do your query .  Than take that query and store that data into variables.  Now hand those variables off to to a script that will display them out and add your buttons and other functionalities. 

 

Kinda think of it like a submit form, kinda.  When you click on the the member your submitting his name into the script to be processed.

Link to comment
Share on other sites

well if i knew how to code... id do it..

 

LOL!  You said you had most of it done so i figured you knew how to code!

 

im pretty sure i didnt...

 

i can do the first part... sending it to the db and showing on the page.php

and get it to add new customers...

i can do that no problem...

 

whats harder.. is to add the new stuff...

to click on the name and edit Options2.

 

 

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.