Home > Archive > PHP Language > October 2004 > PHP Pull-down menu
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
PHP Pull-down menu
|
|
| Lee Kim Hock 2004-10-12, 3:55 am |
| 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
| |
| Michael Vilain 2004-10-12, 3:55 am |
| 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:
http://www.oreilly.com/catalog/progphp/
http://www.oreilly.com/catalog/html5/
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...
| |
|
|
<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:
>
>
> 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:
>
> http://www.oreilly.com/catalog/progphp/
> http://www.oreilly.com/catalog/html5/
>
> 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
|
|
|
|
|