PHP pleeze~

Status
Not open for further replies.

fadh

Beta member
Messages
1
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
 
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.
 
Status
Not open for further replies.
Back
Top Bottom