Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default PHP Pull-down menu

    I am new to PHP. I developed a membership program which allows user to add,
    edit and print membership list. I would like to modify the menu selection
    from 1. Add member; 2. Edit member details and etc.... to pull down menu
    (like what we see in the MS-Windows screen). Is it possible in PHP, can
    anyone help?

    Also, how about the frame page? Is PHP also support frame page?

    Thank you very much

    Sincerely

    Kim


    Lee Kim Hock Guest

  2. Similar Questions and Discussions

    1. pull down menu dynamically displays db fields
      HI... I am also looking for same solution . can you give us one example with code pls Thank TP
    2. can I use a pull down menu to take me to a page
      have a multi page SWF that uses external JPEGS and SWF's accessed via an XML file. I wish to be able to go to a certain page by having a pulldown...
    3. Pull down menu
      HI... i have design simple web site with dreamwear using asp and vbscript i have design simple employee rocord table i have put dynamic pull...
    4. PS7 and Panther/character palette pull-down menu
      Just installed Panther and re installed PS7. Has anyone not been able to use the character pull-down menu to display all fonts activated on your...
    5. Script for simple pull down menu
      how will a user know what product number matches what product? in any case, you'll need to use an input textfield and you'll need to either use an...
  3. #2

    Default Re: PHP Pull-down menu


    <Michael Vilain <vilain@spamcop.net>> schreef in bericht
    news:vilain-5FD7E8.23381411102004@comcast.dca.giganews.com...
    > In article <416b55b6$1_1@news.tm.net.my>,
    > "Lee Kim Hock" <kimhock@mph.com.my> wrote:
    >
    >> I am new to PHP. I developed a membership program which allows user to
    >> add,
    >> edit and print membership list. I would like to modify the menu selection
    >> from 1. Add member; 2. Edit member details and etc.... to pull down menu
    >> (like what we see in the MS-Windows screen). Is it possible in PHP, can
    >> anyone help?
    >>
    >> Also, how about the frame page? Is PHP also support frame page?
    >
    > Standard netiquette is for the poster to read up on php before they post
    > questions. There are a number of books on php and HTML that are a good
    > start:
    >
    > [url]http://www.oreilly.com/catalog/progphp/[/url]
    > [url]http://www.oreilly.com/catalog/html5/[/url]
    >
    > Your questions seem to indicate you don't quite understand the
    > difference between the two just yet.
    >
    > To answer your questoin, a 'pull down list' and 'frame page' are HTML
    > constructs, which can be generated by php.
    >
    > --
    > DeeDee, don't press that button! DeeDee! NO! Dee...
    >
    >
    >
    Obviously he did read something about PHP. Otherwise he could never create
    his "membership program". Does (your) netiquette describe how much you must
    read before you are allowed to post? Does (your) netiquette tell us how much
    we must understand before we may ask a question?

    Can I test my knowledge about PHP somewhere whether it is enough to post
    according to (your) standard netiquette?

    Rob


    Rob Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139