Ask a Question related to PHP Development, Design and Development.
-
Dan J. Rychlik #1
Dynamic Drill down menus
Hello,
I have created a db that holds specific information ie a business name. I am running into a problem on a form when you choose the business name another list is suppossed to populate the address or addresses, if multiple occur, and you can select the address.
I am not able to sucessfully pull off this dynamic drill down list in my form because I do not know how to check data from a form field that hasnt been posted through $POST VARS array.
My question is, is their a way to do this in PHP? Do I have to learn javascript in order to accomplish this task or will I have to have a submit button for each form element?
Thanks in advance,
Daniel
Dan J. Rychlik Guest
-
Drill Down dynamic drop down menus
Can anyone please help me? I want to be able to drill down to some specific information using drop down menus. I want the user to be able to choose... -
div tag and dynamic menus
Yeah, its me again. Looking for help. I have this menu that I created and It works well with Firefox and IE 6. WHEN the screen setting is at... -
learning (not to well) about Dynamic menus
I have a menu that is accessing a table for its values. there are three more text fields that need to change due to the value. i.e.: if menu is... -
Dynamic jump menus
I have a set of menus as following PARENT CHILD I made a recordset in ASP to populate the child menu list values based on the parent menu... -
Dynamic menus
<?php include('./common_db.inc'); $link_id = db_connect(); mysql_select_db("test_db"); ?> <form name=carform action= <?php echo $_SERVER;... -
Raditha Dissanayake #2
Re: [PHP] Dynamic Drill down menus
If you want to process the conent of a form without passing it back to
the server you definitely need to learn javasript.
Dan J. Rychlik wrote:
>Hello,
>
>I have created a db that holds specific information ie a business name. I am running into a problem on a form when you choose the business name another list is suppossed to populate the address or addresses, if multiple occur, and you can select the address.
>
>I am not able to sucessfully pull off this dynamic drill down list in my form because I do not know how to check data from a form field that hasnt been posted through $POST VARS array.
>
>My question is, is their a way to do this in PHP? Do I have to learn javascript in order to accomplish this task or will I have to have a submit button for each form element?
>
>Thanks in advance,
>Daniel
>
>
--
[url]http://www.radinks.com/upload[/url]
Drag and Drop File Uploader.
Raditha Dissanayake Guest
-
Kae Verens #3
Re: Dynamic Drill down menus
Dan J. Rychlik wrote:
I'm not sure if this will help, you, but I have a simple JavaScript> Hello,
>
> I have created a db that holds specific information ie a business name. I am running into a problem on a form when you choose the business name another list is suppossed to populate the address or addresses, if multiple occur, and you can select the address.
>
> I am not able to sucessfully pull off this dynamic drill down list in my form because I do not know how to check data from a form field that hasnt been posted through $POST VARS array.
>
> My question is, is their a way to do this in PHP? Do I have to learn javascript in order to accomplish this task or will I have to have a submit button for each form element?
>
> Thanks in advance,
> Daniel
application which may help. You would simply put your options in nested
<ul>s, then put this in the <head> of your page:
<script type="text/javascript"
src="http://kverens.contactjuggling.org/j/cm.js"></script>
Kae
Kae Verens Guest



Reply With Quote

