|
Posted by Jerry Stuckle on 02/19/06 03:49
noone wrote:
> Jerry Stuckle wrote:
>
>> Mark Winter wrote:
>>
>>> Hello,
>>>
>>> I am wondering if someone could point me in the right direction to
>>> figure out how to create a dynamic form. I have been developing
>>> programs in perl and oracle and have recently switched to php.
>>>
>>> I need to create a form that has four of five seperate pick list on it.
>>> Each item in each of the pick list depend on the users previous entry.
>>> For instence if the user picks Ford then Taurus, Ranger, Focus,.etc
>>> show up in the next pick list then the user picks Ranger and 2 wheel
>>> drive, 4 wheel drive, etc show in the next pick list box on so on.
>>>
>>> I know how to this if the screen is refresed after each user entry.
>>> What I would like to fugure out how to make the screen automatically
>>> update each pick list and not refreshing the whole screen.
>>>
>>>
>>> Any help or instruction would be great!
>>>
>>> Thanks
>>>
>>> Mark
>>
>>
>>
>> Mark,
>>
>> You can't do this in PHP. PHP is client-side only; to do it without
>> refreshing would require all the info be sent to the client, then
>> processed by a client-side language such as javascript.
>
>
> Minor correction: PHP is SERVER-side ONLY
>
>>
>>
Yep, sorry :-)
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|