Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-26-2006, 03:56 AM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2006

Posts: 1

fadh

Send a message via Yahoo to fadh
Question PHP pleeze~

Hello,
I'm new in diz forum. hopefully u all guys can help me wif my PHP probs asap..

OK, i've several doubts ere :

1) let's say there're 2 listboxes, listbox1 & listbox2. do u guys know how to automatically update the values of listbox2 once
u've chosen the values of listbox1? (without the need to click any button).

2) why in my case, the alert in the pop up window says that the record has been updated, but the record actually has not been updated in the mysql database.

3) do u know how to make it like diz;
once u select the week number(a value from a list box), it automatically displays the start and end dates of the selected week. (if u can suggest any tools that can be used..)

k, that's all 4 now. hope 2 get ur best responses.
tq
fadh is offline  
Old 03-26-2006, 12:43 PM   #2 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default

php is a server side scripting language. This means you submit data to a webserver, it processes the data (runs the php code), and sends the client html output.

1 & 3 should be done client side. you can use javascript to accomplish your goals.

The reason 2 isnt working is prolly cus you're not submitting the data to the server for processing.
office politics is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On